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:13:37 UTC

[GitHub] [jena-site] rvesse opened a new pull request #61: Add staging stage to Jenkinsfile

rvesse opened a new pull request #61:
URL: https://github.com/apache/jena-site/pull/61


   This enables branches other than main to publish their changes to the
   staging branch automatically


-- 
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



[GitHub] [jena-site] rvesse merged pull request #61: Add staging stage to Jenkinsfile

Posted by GitBox <gi...@apache.org>.
rvesse merged pull request #61:
URL: https://github.com/apache/jena-site/pull/61


   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
afs commented on a change in pull request #61:
URL: https://github.com/apache/jena-site/pull/61#discussion_r655304829



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

Review comment:
       Good!




-- 
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



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

Posted by GitBox <gi...@apache.org>.
rvesse commented on pull request #61:
URL: https://github.com/apache/jena-site/pull/61#issuecomment-864971737


   Hmm, or not, turns out the staging branch has to be called `asf-staging` or Jenkins can't push to it, so need to fix that next


-- 
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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
afs commented on a change in pull request #61:
URL: https://github.com/apache/jena-site/pull/61#discussion_r655294024



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

Review comment:
       This includes "javadoc" and "asf-site" branches - is that OK?




-- 
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



[GitHub] [jena-site] afs commented on pull request #61: Add staging stage to Jenkinsfile

Posted by GitBox <gi...@apache.org>.
afs commented on pull request #61:
URL: https://github.com/apache/jena-site/pull/61#issuecomment-865862327


   @rvesse - integrate when ready - we have git, so all that can happen is a brief outage.


-- 
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



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

Posted by GitBox <gi...@apache.org>.
rvesse commented on pull request #61:
URL: https://github.com/apache/jena-site/pull/61#issuecomment-864969651


   Realised this didn't update the staging site because this didn't change the site content at all.  Have updated the `README.md` in this repository and the `Contributing to the Website` instructions to reflect the current setup so should hopefully be able to preview that on staging shortly


-- 
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



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

Posted by GitBox <gi...@apache.org>.
rvesse commented on pull request #61:
URL: https://github.com/apache/jena-site/pull/61#issuecomment-870408183


   @afs Yep, will do that now


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@jena.apache.org

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



[GitHub] [jena-site] afs commented on pull request #61: Add staging stage to Jenkinsfile

Posted by GitBox <gi...@apache.org>.
afs commented on pull request #61:
URL: https://github.com/apache/jena-site/pull/61#issuecomment-869523272


   @rvesse - Can this branch `enable-staging-publish` and `correct-javadoc-publishing` be deleted now?
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@jena.apache.org

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



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

Posted by GitBox <gi...@apache.org>.
rvesse commented on pull request #61:
URL: https://github.com/apache/jena-site/pull/61#issuecomment-864969651






-- 
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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
rvesse commented on pull request #61:
URL: https://github.com/apache/jena-site/pull/61#issuecomment-870408183


   @afs Yep, will do that now


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@jena.apache.org

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



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

Posted by GitBox <gi...@apache.org>.
rvesse commented on pull request #61:
URL: https://github.com/apache/jena-site/pull/61#issuecomment-864974842


   This is working now, example staged changes at https://jena.staged.apache.org/getting_involved/index.html (see updated Contributing to the Website section) versus current published site at https://jena.apache.org/getting_involved/index.html which still references the old ASF CMS


-- 
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



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

Posted by GitBox <gi...@apache.org>.
afs commented on a change in pull request #61:
URL: https://github.com/apache/jena-site/pull/61#discussion_r655294024



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

Review comment:
       This includes "javadoc" and "asf-site" branches - is that OK?

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

Review comment:
       Good!




-- 
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