Change Jenkins node from linux to macos

This commit is contained in:
Vitaliy Vlasov 2018-03-06 15:34:43 +02:00 committed by Tetiana Churikova
parent 6a9b9abf3e
commit ef8683cf28

2
Jenkinsfile vendored
View File

@ -36,4 +36,4 @@ def dockerreponame = "statusim/openbounty-app"
// slackSend color: 'bad', message: REPO + ":" + BRANCH_NAME + ' failed to build. ' + env.BUILD_URL
throw e
}
}
}