Skip to content

Commit

Permalink
SHIBUI-1505
Browse files Browse the repository at this point in the history
You win, Jenkins.
  • Loading branch information
Bill Smith committed Sep 19, 2019
1 parent 8b3d2f5 commit 18b01ec
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,6 @@ pipeline {
}
}

/* Commented out, for the time being, per SHIBUI-1505
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 18b01ec

Please sign in to comment.