From 18b01ec63c6dcca56fa973dacf199a25ffc6a6ba Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Thu, 19 Sep 2019 16:07:23 -0700 Subject: [PATCH] SHIBUI-1505 You win, Jenkins. --- Jenkinsfile | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1eadd28b3..56a4ea3f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {