From 5dfb98f9103c6647fbc2dd7d4dbb1901c0b10700 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Mon, 29 Jul 2019 10:58:09 -0700 Subject: [PATCH] SHIBUI-1333 Attempt at getting jenkins to run integraitonTest on all "-QA" branches. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 92240d9a5..d19cae2ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {