Update Jenkinsfile

This commit is contained in:
Tetiana Churikova 2018-04-18 13:16:33 +03:00 committed by GitHub
parent f8b7fa6353
commit 0845fed25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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