diff --git a/Jenkinsfile b/Jenkinsfile index ec6b860..636eaaa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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