to test new e2e tests

This commit is contained in:
Churikova Tetiana 2018-04-25 12:31:49 +03:00 committed by Tetiana Churikova
parent 4484feb0dc
commit 572748449e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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."
}