You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/01/08 09:59:24 UTC

[camel-website] branch test-publish created (now 4cbff4e)

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

zregvart pushed a change to branch test-publish
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at 4cbff4e  Test publishing to asf-git branch

This branch includes the following new commits:

     new 4cbff4e  Test publishing to asf-git branch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-website] 01/01: Test publishing to asf-git branch

Posted by zr...@apache.org.
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 <zr...@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://jenkins@gitbox.apache.org/repos/asf/camel-website.git .'
                     sh 'git rm -r *'
                     sh "cp -R $WORKSPACE/camel-website/public/* ."
                     sh 'git add .'