Change Jenkins node from master to linux
This commit is contained in:
parent
39fc3d8f25
commit
58cf339620
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue