You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/01/25 11:11:00 UTC

[GitHub] [cassandra-builds] michaelsembwever opened a new pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

michaelsembwever opened a new pull request #61:
URL: https://github.com/apache/cassandra-builds/pull/61


   PostbuildTask loads build log into memory, causing OutOfMemoryException
   https://issues.jenkins.io/browse/JENKINS-12830
   https://the-asf.slack.com/archives/CK23JSY2K/p1643063068079200?thread_ts=1643052183.068300&cid=CK23JSY2K
   
    patch by Mick Semb Wever; reviewed by XXX for CASSANDRA-XXX


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever commented on pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever commented on pull request #61:
URL: https://github.com/apache/cassandra-builds/pull/61#issuecomment-1021227210


   ninja-fix enroute… 


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever commented on pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever commented on pull request #61:
URL: https://github.com/apache/cassandra-builds/pull/61#issuecomment-1021259456


   v3 of the plugin needs "dynamic DSL"
   
   postBuildScripts -> postBuildScript, plus plus…


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever merged pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever merged pull request #61:
URL: https://github.com/apache/cassandra-builds/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.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever commented on pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever commented on pull request #61:
URL: https://github.com/apache/cassandra-builds/pull/61#issuecomment-1021165551


   merged with https://github.com/apache/cassandra-builds/commit/ef3c02e0b99a14079c251474d3bdeeb6a6df9a25


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever closed pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever closed pull request #61:
URL: https://github.com/apache/cassandra-builds/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.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever commented on pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever commented on pull request #61:
URL: https://github.com/apache/cassandra-builds/pull/61#issuecomment-1021101742






-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever commented on pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever commented on pull request #61:
URL: https://github.com/apache/cassandra-builds/pull/61#issuecomment-1021101742


   New Plugin: https://plugins.jenkins.io/postbuildscript/ 
   
   DSL help on this plugin @ https://ci-cassandra.apache.org/plugin/job-dsl/api-viewer/index.html#method/javaposse.jobdsl.dsl.helpers.publisher.PublisherContext.postBuildScripts 
   
   Tested
   - with local Jenkins (see screenshot)
   - with custom configures on ci-cassandra.a.o
   
   
   <img width="954" alt="Screenshot 2022-01-25 at 12 28 43" src="https://user-images.githubusercontent.com/559444/150968920-d3d21dfa-48a3-4f4f-afbb-8cf8537c9372.png">
   


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever closed pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever closed pull request #61:
URL: https://github.com/apache/cassandra-builds/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.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever edited a comment on pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever edited a comment on pull request #61:
URL: https://github.com/apache/cassandra-builds/pull/61#issuecomment-1021227210


   ninja-fix enroute…  (got side-swiped by https://issues.jenkins.io/browse/JENKINS-66189 )


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever merged pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever merged pull request #61:
URL: https://github.com/apache/cassandra-builds/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.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-builds] michaelsembwever edited a comment on pull request #61: In Jenkins, replace PostBuildTask plugin with PostBuildScript plugin

Posted by GitBox <gi...@apache.org>.
michaelsembwever edited a comment on pull request #61:
URL: https://github.com/apache/cassandra-builds/pull/61#issuecomment-1021227210


   ninja-fix enroute…  (got side-swiped by https://issues.jenkins.io/browse/JENKINS-66189 )


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org