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

zregvart 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 d77169f  CAMEL-13753: trigger website build (cleanup)
d77169f is described below

commit d77169f82c07b1ac5b02b6a27039056566798310
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Tue Jul 23 10:37:57 2019 +0200

    CAMEL-13753: trigger website build (cleanup)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 30a47ca..87247ab 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,7 +57,7 @@ pipeline {
         stage('Website update') {
             when {
                 branch 'master'
-                changeset "docs/**/*"
+                changeset 'docs/**/*'
             }
 
             build 'Camel.website'

Reply via email to