Change Jenkins node from master to linux

This commit is contained in:
Vitaliy Vlasov 2018-03-06 15:42:16 +02:00 committed by Tetiana Churikova
parent 39fc3d8f25
commit 58cf339620
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
node('master') { node('linux') {
checkout scm checkout scm
def dockerreponame = "statusim/openbounty-app" def dockerreponame = "statusim/openbounty-app"