You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/09/08 12:25:19 UTC

[jena-site] branch publish-deploy created (now 379fbf896)

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

andy pushed a change to branch publish-deploy
in repository https://gitbox.apache.org/repos/asf/jena-site.git


      at 379fbf896 Deploy website from branch 'publish'

This branch includes the following new commits:

     new 379fbf896 Deploy website from branch 'publish'

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.



[jena-site] 01/01: Deploy website from branch 'publish'

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

andy pushed a commit to branch publish-deploy
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 379fbf89634ce980235b809bdf49fcb01afb1d8f
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Thu Sep 8 13:25:03 2022 +0100

    Deploy website from branch 'publish'
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5e68008ab..fd75fea3b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -99,7 +99,7 @@ pipeline {
         stage('Deploy') {
             when {
                 anyOf {
-                    branch 'main'
+                    branch 'publish'
                 }
             }
             steps {