diff --git a/Jenkinsfile b/Jenkinsfile index bde811fb4..0c3b7a279 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,25 +17,25 @@ 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' -# } -# } -# } - +/* 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 {