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 4cbff4e746787589385ff47e9f9f60ddc64944b4
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Tue Jan 8 10:59:11 2019 +0100

    Test publishing to asf-git branch
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 29a7788..e659598 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -72,14 +72,14 @@ pipeline {
         }
 
         stage('Deploy') {
-            when {
+/*            when {
                 branch 'master'
-            }
+            }*/
 
             steps {
                 dir('deploy/staging') {
                     deleteDir()
-                    sh 'git clone -b asf-site 
https://gitbox.apache.org/repos/asf/camel-website.git .'
+                    sh 'git clone -b asf-site 
https://jenk...@gitbox.apache.org/repos/asf/camel-website.git .'
                     sh 'git rm -r *'
                     sh "cp -R $WORKSPACE/camel-website/public/* ."
                     sh 'git add .'

Reply via email to