Update Jenkinsfile

This commit is contained in:
Tetiana Churikova 2018-04-18 13:16:33 +03:00
parent 960064b79c
commit bd21de36e9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ def dockerreponame = "statusim/openbounty-app"
} }
stage('Tetisng') { stage('Tetisng') {
if ( currentBuild.rawBuild.getCauses()[0].toString().contains('UserIdCause') ){ if ( currentBuild.rawBuild.getCauses()[0].toString().contains('UserIdCause') ){
build job: 'end-to-end-tests/job/sob-end-to-end-tests' build job: 'end-to-end-tests/sob-end-to-end-tests'
} else { } else {
echo "No testing on automatic trigger, go to Jenkins and push build button to deliver it and test it." echo "No testing on automatic trigger, go to Jenkins and push build button to deliver it and test it."
} }