diff --git a/Jenkinsfile b/Jenkinsfile index d19cae2ac..56a4ea3f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {