diff --git a/Jenkinsfile-Selenium b/Jenkinsfile-Selenium index 196a881c1..8940315d4 100644 --- a/Jenkinsfile-Selenium +++ b/Jenkinsfile-Selenium @@ -5,12 +5,7 @@ pipeline { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) } stages { - stage('Run Selenium tests') { - when { - expression { - return GIT_BRANCH == 'SHIBUI-1509' - } - } + stage('Run Selenium tests') { steps { sh ''' ./gradlew integrationTest -Dselenium.host=jenkins