Skip to content

Commit

Permalink
SHIBUI-1333
Browse files Browse the repository at this point in the history
Attempt at getting jenkins to run integraitonTest on all "-QA" branches.
  • Loading branch information
Bill Smith committed Jul 29, 2019
1 parent 314b82e commit 5dfb98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
stage('Run Selenium tests') {
when {
expression {
return GIT_BRANCH.startsWith('PR')
return (GIT_BRANCH.startsWith('PR') || GIT_BRANCH.endsWith('-QA'))
}
}
steps {
Expand Down

0 comments on commit 5dfb98f

Please sign in to comment.