You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by bd...@apache.org on 2023/04/20 16:54:07 UTC

[comdev-site] branch preview/bestpractices updated: HACK the Jenkinsfile for preview

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

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


The following commit(s) were added to refs/heads/preview/bestpractices by this push:
     new 29f3237  HACK the Jenkinsfile for preview
29f3237 is described below

commit 29f3237ecc9ca85fea7b26ad1686be9bebfb4d79
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Apr 20 18:53:47 2023 +0200

    HACK the Jenkinsfile for preview
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 43ce8b1..8ca3404 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
     }
    
     environment {
-        DEPLOY_BRANCH = 'asf-site'
+        DEPLOY_BRANCH = 'preview/bestpractices-staging'
         HUGO_VERSION = '0.111.3'
         HUGO_HASH = 'b382aacb522a470455ab771d0e8296e42488d3ea4e61fe49c11c32ec7fb6ee8b'
         PAGEFIND_VERSION = '0.12.0'
@@ -76,7 +76,7 @@ pipeline {
         stage('Deploy') {
             when {
                 anyOf {
-                    branch 'main'
+                    branch 'preview/bestpractices'
                 }
             }
             steps {