Skip to content
Permalink
Browse files
SHIBUI-1506
  • Loading branch information
dima767 committed Oct 12, 2019
1 parent 121a2ea commit 8250c5c6a1c87015013c6e629c83a4c507ac4cb8
Showing 1 changed file with 1 addition and 6 deletions.
@@ -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

0 comments on commit 8250c5c

Please sign in to comment.