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/01 22:55:19 UTC

[comdev-events-site] branch preview/test created (now aa42054)

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

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


      at aa42054  Set up staging build

This branch includes the following new commits:

     new aa42054  Set up staging build

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.



[comdev-events-site] 01/01: Set up staging build

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

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

commit aa42054f57dae585cc1270ab5914f310a14f07de
Author: Sebb <se...@apache.org>
AuthorDate: Sat Apr 1 23:49:49 2023 +0100

    Set up staging build
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d5c151a..4cd2507 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,7 +24,7 @@ pipeline {
    
     environment {
         HUGO_VERSION = '0.63.2'
-        DEPLOY_BRANCH = 'asf-site'
+        DEPLOY_BRANCH = 'preview/test-staging'
     }
 
     stages {
@@ -61,10 +61,10 @@ pipeline {
                 }
             }
         }
-        stage('Deploy') {
+        stage('Deploy Preview') {
             when {
                 anyOf {
-                    branch 'main'
+                    branch 'preview/test'
                 }
             }
             steps {