]> source.dussan.org Git - archiva.git/commitdiff
Removing selenium tests
authorMartin Stockhammer <martin_s@apache.org>
Sun, 6 May 2018 21:24:04 +0000 (23:24 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sun, 6 May 2018 21:24:04 +0000 (23:24 +0200)
Jenkinsfile

index a2392df3d209bf1637e2e37cdda2b554f4d85f44..9d7b24fe92de34496a869202956e51e02b853e83 100644 (file)
@@ -103,11 +103,6 @@ pipeline {
                 }
             }
         }
-        stage('IntegrationTest') {
-            steps {
-                build(job: "${INTEGRATION_PIPELINE}/archiva/${env.BRANCH_NAME}", propagate: false, quietPeriod: 10)
-            }
-        }
     }
 
     post {