From: Martin Stockhammer Date: Sun, 6 May 2018 21:24:04 +0000 (+0200) Subject: Removing selenium tests X-Git-Tag: archiva-2.2.4~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0a89a15bcb3de936a197536cbc9cfceec9e98f14;p=archiva.git Removing selenium tests --- diff --git a/Jenkinsfile b/Jenkinsfile index a2392df3d..9d7b24fe9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,11 +103,6 @@ pipeline { } } } - stage('IntegrationTest') { - steps { - build(job: "${INTEGRATION_PIPELINE}/archiva/${env.BRANCH_NAME}", propagate: false, quietPeriod: 10) - } - } } post {