This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 38f4343  Deactivating upstream trigger for integration test for some 
time
38f4343 is described below

commit 38f43434dd50ed24bccbf1871fab794783cce005
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Feb 18 20:27:27 2020 +0100

    Deactivating upstream trigger for integration test for some time
---
 Jenkinsfile-itest | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest
index 18e3e74..a2d854d 100644
--- a/Jenkinsfile-itest
+++ b/Jenkinsfile-itest
@@ -60,6 +60,11 @@ pipeline {
         }
 
         stage('Test htmlunit') {
+            when {
+                not {
+                    triggeredBy 'UpstreamCause'
+                }
+            }
             steps {
                 timeout(120) {
                     withMaven(maven: buildMvn, jdk: buildJdk,
@@ -104,6 +109,11 @@ pipeline {
         // Uses a docker container that is started by script. Maybe we could 
use the docker functionality
         // of the jenkins pipeline in the future.
         stage('Test chrome') {
+            when {
+                not {
+                    triggeredBy 'UpstreamCause'
+                }
+            }
             steps {
                 timeout(120) {
                     withCredentials([[$class          : 
'UsernamePasswordMultiBinding', credentialsId: DOCKERHUB_CREDS,

Reply via email to