Re: How do I set Build status

2018-01-26 Thread Rijo Simon
Thanks Jesse I went with throwing AbortException. On Friday, January 26, 2018 at 7:11:28 AM UTC-8, Jesse Glick wrote: > > On Fri, Jan 26, 2018 at 5:46 AM, Robert Sandell > wrote: > > > http://javadoc.jenkins-ci.org/hudson/model/Run.html#setResult-hudson.model.Result- >

Re: New release of CppCheck Plugin Needed

2018-01-26 Thread Oleg Nenashev
Hi Jack, The best way would be to take ownership of the plugin if you are interested. In order to grant you release permissions, we just need a confirmation from any of the current maintainers a pull request with a

Re: Proposal: Add optional "Released as" and "Stage Release" states to JIRA

2018-01-26 Thread Oleg Nenashev
I am going to create a JEP for this change. Who would be interested to be a BDFL Delegate? In the case of the core it would be @Daniel, but maybe somebody from plugin maintainers wants to participate as well BR, Oleg вторник, 15 августа 2017 г., 21:22:39 UTC+2 пользователь Oleg Nenashev

Re: How do I set Build status

2018-01-26 Thread Jesse Glick
On Fri, Jan 26, 2018 at 5:46 AM, Robert Sandell wrote: > http://javadoc.jenkins-ci.org/hudson/model/Run.html#setResult-hudson.model.Result- > > On the run instance you got as a parameter in the perform method. No, that is not the best style. It will interact poorly with

Re: How do I set Build status

2018-01-26 Thread Robert Sandell
http://javadoc.jenkins-ci.org/hudson/model/Run.html#setResult-hudson.model.Result- On the run instance you got as a parameter in the perform method. /B 2018-01-26 2:24 GMT+01:00 Rijo Simon : > I have a Builder plugin. In this plugin I check the status of the build > that