This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch test-publish in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit b45ac4b61f6b7bacb172b62146727ec69a420d58 Author: Zoran Regvart <[email protected]> AuthorDate: Wed Jan 9 10:23:05 2019 +0100 Test publishing to asf-git branch --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3a8d177..af87981 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,9 +53,9 @@ pipeline { } stage('Deploy') { - when { +/* when { branch 'master' - } + }*/ steps { dir('deploy/staging') {
