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 16:56:42 UTC

[comdev-site] branch preview/test3 updated: Why is it failing?

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


The following commit(s) were added to refs/heads/preview/test3 by this push:
     new c860184  Why is it failing?
c860184 is described below

commit c860184bd1eb5359093bfdeb5d37ac653ad3d23c
Author: Sebb <se...@apache.org>
AuthorDate: Wed Apr 26 17:56:35 2023 +0100

    Why is it failing?
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index ddf037b..879f951 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -94,6 +94,7 @@ pipeline {
                           echo "branch ${DEPLOY_BRANCH} is new; create basic site"
                           git checkout --orphan ${DEPLOY_BRANCH} -f
                           git rm -rf .
+                          git branch
                           # assume we have an asf.yaml file
                           git checkout ${BRANCH_NAME} -- .asf.yaml -f
                           git add .asf.yaml -f