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