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:50:28 UTC

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

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

sebb pushed a commit to branch preview/test-staging
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 {