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/07 07:51:29 UTC

[comdev-site] 01/01: Update Jenkinsfile

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

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

commit b9032b09cae110862fe87dde5261f0e25a9bd582
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Fri Apr 7 08:51:23 2023 +0100

    Update Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index da180b1..43ce8b1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -76,7 +76,7 @@ pipeline {
         stage('Deploy') {
             when {
                 anyOf {
-                    branch 'master'
+                    branch 'main'
                 }
             }
             steps {