mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-01 12:16:52 +00:00
Update Jenkinsfile
This commit is contained in:
parent
f8b7fa6353
commit
0845fed25e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user