You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2021/06/21 11:36:40 UTC

[GitHub] [jena-site] rvesse commented on a change in pull request #61: Add staging stage to Jenkinsfile

rvesse commented on a change in pull request #61:
URL: https://github.com/apache/jena-site/pull/61#discussion_r655300097



##########
File path: Jenkinsfile
##########
@@ -61,6 +62,40 @@ pipeline {
                 }
             }
         }
+        stage('Staging') {
+            when {
+                 not {
+                     branch 'main'

Review comment:
       It only runs for branches that have a `Jenkinsfile` so those branches will never get built by Jenkins




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org