diff --git a/Jenkinsfile b/Jenkinsfile index c507979..4b24c0e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!/usr/bin/env groovy -node('master') { +node('linux') { checkout scm def dockerreponame = "statusim/openbounty-app"