[VOTE] Release SonarQube Jenkins plugin 2.2.1

2015-04-14 Thread Julien HENRY
Hi, I would like to release a bugfix of SonarQube Jenkins plugin. There is a regression in version 2.2 that prevent to execute tasks with SonarQube Runner. *1 issue has been solved* https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12930version=21124 *You can test using this SNAPSHOT:*

gerrit-trigger-plugin: Problems with copyAllScoresOnTrivialRebase=true not copying scores

2015-04-14 Thread Øyvind Harboe
I'm having problems with copyAllScorsOnTrivialRebase not copying scores in all cases. To reproduce: 1. patchset 3 is pushed for review. It is put into the build queue on Jenkins as there is no build capacity available. 2. a trivial rebase of patchset 4 is pushed for review. The votes are

Since some people may not be familiar with my thinking on the Credentials API

2015-04-14 Thread Stephen Connolly
I wrote a blog post... ok a bit of an epic at 2,500+ words... http://developer-blog.cloudbees.com/2015/04/the-credentials-api-in-jenkins.html I hope others find it useful -Stephen -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

gerrit-trigger-plugin - Add option to abort if upstream job fails

2015-04-14 Thread Rebeka Burnett
I have found that using the Gerrit Trigger option:'Other jobs on which this job depends' almost solves all my problems -- but I need it to abort/un-queue itself if the upstream job fails. I am using gerrit 2.10, gerrit trigger 2.12.0, and Jenkins 1.595 To reproduce: 1. Create a gerrit

Re: gerrit-trigger-plugin - Add option to abort if upstream job fails

2015-04-14 Thread Robert Sandell
I don't think that would be hard to implement. Adding a checkbox that shows up when dependant projects are filled in and then in ToGerritRunListener go over all the other jobs that where triggered for the same event and cancel them if they are dependant on the failed build and has chosen to be

Re: [VOTE] Release SonarQube Jenkins plugin 2.2.1

2015-04-14 Thread Julien HENRY
As a last minute change I have added a contribution to improve performance: http://jira.codehaus.org/browse/SONARJNKNS-215 Feel free to download a fresh SNAPSHOT to test this change. 2015-04-14 9:04 GMT+02:00 Julien HENRY julien.he...@sonarsource.com: Hi, I would like to release a bugfix of

Re: PeriodicWork execution schedule and Jenkins restart

2015-04-14 Thread Kirill
Thanks a million! вторник, 14 апреля 2015 г., 15:11:54 UTC+1 пользователь Jesse Glick написал: On Tue, Apr 14, 2015 at 10:01 AM, Kirill yam...@gmail.com javascript: wrote: Does Jenkins somehow plan when the task should be executed or relies on smth simple like plain Java timers?

Adding a build trigger does add upstream project

2015-04-14 Thread Sverre Moe
I am able to add a build trigger to a project, but it does not get added to the list of upstream projects. import jenkins.triggers.ReverseBuildTrigger import hudson.model.Result def jenkinsInstance = jenkins.model.Jenkins.getInstance() def project = jenkinsInstance.getItem(myLib2) def trigger

Re: Adding a build trigger does add upstream project

2015-04-14 Thread Jesse Glick
On Tue, Apr 14, 2015 at 12:38 PM, Sverre Moe sverre@gmail.com wrote: What am I missing? project.save() perhaps? Not sure if addTrigger implies that. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and

PeriodicWork execution schedule and Jenkins restart

2015-04-14 Thread Kirill
Hi folks, I have a few PeriodicWork-based scheduled tasks. Does Jenkins somehow plan when the task should be executed or relies on smth simple like plain Java timers? What will happen if the task is supposed to be executed once a day, but Jenkins gets restarted few times during the day. Will

Re: PeriodicWork execution schedule and Jenkins restart

2015-04-14 Thread Jesse Glick
On Tue, Apr 14, 2015 at 10:01 AM, Kirill yam...@gmail.com wrote: Does Jenkins somehow plan when the task should be executed or relies on smth simple like plain Java timers? Plain Java timers. What will happen if the task is supposed to be executed once a day, but Jenkins gets restarted few

Re: Since some people may not be familiar with my thinking on the Credentials API

2015-04-14 Thread Kanstantsin Shautsou
Thanks for post! On Tuesday, April 14, 2015 at 1:30:09 PM UTC+3, Stephen Connolly wrote: I wrote a blog post... ok a bit of an epic at 2,500+ words... http://developer-blog.cloudbees.com/2015/04/the-credentials-api-in-jenkins.html I hope others find it useful -Stephen -- You received