From 56202d1d19cfdd5ddc4d0395f3ac6a476ded2c07 Mon Sep 17 00:00:00 2001 From: Ivan Borovkov <555475+v2nek@users.noreply.github.com> Date: Thu, 15 Feb 2018 20:29:14 +0400 Subject: [PATCH] remove automatic deployment on build (#294) --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) 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