You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/04/26 17:58:30 UTC

[comdev-site] branch preview/test3 updated (c860184 -> 67bca62)

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

sebb pushed a change to branch preview/test3
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


    from c860184  Why is it failing?
     new d7cb445  Debug
     new 67bca62  Debug

The 2 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.


Summary of changes:
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)


[comdev-site] 02/02: Debug

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch preview/test3
in repository https://gitbox.apache.org/repos/asf/comdev-site.git

commit 67bca6294658e75cfd686f24746d9ca64a1e4fef
Author: Sebb <se...@apache.org>
AuthorDate: Wed Apr 26 18:58:21 2023 +0100

    Debug
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0b9af4e..6f3a72c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -95,6 +95,7 @@ pipeline {
                           git branch
                           git checkout --orphan ${DEPLOY_BRANCH} -f
                           git rm -rf .
+                          git fetch
                           git branch
                           # assume we have an asf.yaml file
                           git checkout ${BRANCH_NAME} -- .asf.yaml -f


[comdev-site] 01/02: Debug

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch preview/test3
in repository https://gitbox.apache.org/repos/asf/comdev-site.git

commit d7cb445853fe39607e5896ce02b981a8953d0724
Author: Sebb <se...@apache.org>
AuthorDate: Wed Apr 26 18:57:07 2023 +0100

    Debug
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 879f951..0b9af4e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -92,6 +92,7 @@ pipeline {
                           git pull origin ${DEPLOY_BRANCH}
                         else
                           echo "branch ${DEPLOY_BRANCH} is new; create basic site"
+                          git branch
                           git checkout --orphan ${DEPLOY_BRANCH} -f
                           git rm -rf .
                           git branch