Change Jenkins node from linux to master

This commit is contained in:
Vitaliy Vlasov 2018-03-06 15:41:13 +02:00 committed by Tetiana Churikova
parent ef8683cf28
commit 39fc3d8f25

2
Jenkinsfile vendored
View File

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