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 <anco...@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"