From 572748449e8b7db89470ad4f77a1dfa858fdd760 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Wed, 25 Apr 2018 12:31:49 +0300 Subject: [PATCH] to test new e2e tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e1e78ba..06af1df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ def dockerreponame = "statusim/openbounty-app" if ( currentBuild.rawBuild.getCauses()[0].toString().contains('UserIdCause') ){ echo 'Waiting 2,5 minutes for deployment to complete prior starting smoke testing' sleep 150 - build job: 'status-openbounty/sob-end-to-end-tests', parameters: [[$class: 'StringParameterValue', name: 'BRANCH', value: "*/develop"]] + build job: 'status-openbounty/sob-end-to-end-tests', parameters: [[$class: 'StringParameterValue', name: 'BRANCH', value: "*/Jenkins/experiment"]] } else { echo "No testing on automatic trigger, go to Jenkins and push build button to deliver it and test it." }