From 4f1748d8752782d5edb23ef09678a7d9170c2ae4 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Thu, 19 Sep 2019 16:00:43 -0700 Subject: [PATCH] SHIBUI-1505 Updated comment format to hopefully be accurate this time. --- Jenkinsfile | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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 {