Skip to content

Commit

Permalink
Merged in feature/SHIBUI-1505 (pull request #376)
Browse files Browse the repository at this point in the history
SHIBUI-1505

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Bill Smith authored and rmathis committed Sep 20, 2019
2 parents 993f1d7 + 18b01ec commit 7839faf
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@ pipeline {
}
}

stage('Run Selenium tests') {
when {
expression {
return (GIT_BRANCH.startsWith('PR') || GIT_BRANCH.endsWith('-QA'))
}
}
steps {
sh '''
./gradlew integrationTest -Dselenium.host=jenkins
'''
}
post {
always {
junit 'backend/build/test-results/integrationTest/**/*.xml'
}
}
}

stage('Build Docker images') {
when {
expression {
Expand Down

0 comments on commit 7839faf

Please sign in to comment.