remove automatic deployment on build (#294)

This commit is contained in:
Ivan Borovkov 2018-02-15 20:29:14 +04:00 committed by GitHub
parent 162e53fdbc
commit 56202d1d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -24,10 +24,6 @@ def dockerreponame = "statusim/openbounty-app"
}
stage('Deploy') {
build job: 'status-openbounty/openbounty-cluster', parameters: [[$class: 'StringParameterValue', name: 'DEPLOY_ENVIRONMENT', value: "dev"], [$class: 'StringParameterValue', name: 'BRANCH', value: env.BRANCH_NAME]]
}
} catch (e) {
// slackSend color: 'bad', message: REPO + ":" + BRANCH_NAME + ' failed to build. ' + env.BUILD_URL
throw e