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

[comdev-site] branch sebbASF-patch-1 created (now b9032b0)

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

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


      at b9032b0  Update Jenkinsfile

This branch includes the following new commits:

     new b9032b0  Update Jenkinsfile

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-site] 01/01: Update Jenkinsfile

Posted by se...@apache.org.
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 {