You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/27 05:39:24 UTC

[camel] branch master updated: Removing the Website update step from Jenkinsfile, we have a predefined job for that

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c73b172  Removing the Website update step from Jenkinsfile, we have a predefined job for that
c73b172 is described below

commit c73b172988cf7c2f9fa9ca49e01655f5ec5bd42e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 27 07:38:45 2020 +0200

    Removing the Website update step from Jenkinsfile, we have a predefined job for that
---
 Jenkinsfile | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a30af7b..996101f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -54,17 +54,6 @@ pipeline {
             }
         }
 
-        stage('Website update') {
-            when {
-                branch 'master'
-                changeset 'docs/**/*'
-            }
-
-            steps {
-                build job: 'Camel.website/master', wait: false
-            }
-        }
-
         stage('Checks') {
             steps {
                 sh "./mvnw $MAVEN_PARAMS -pl :camel-buildtools install"