Re: programmatically changing the labels on a node

2016-01-04 Thread Jay Berkenbilt
To answer my own question, it looks like calling Jenkins.instance.trimLabels() after doing all the manipulation works. This is a private method, but it is callable from groovy. Alternatively, it looks like calling Jenkins.instance.setNodes(Jenkins.instance.nodes) would also trigger this. I think

Re: Plugin Hosting Request: Violations Reboot Plugin

2016-01-04 Thread Daniel Beck
On 04.01.2016, at 11:29, Tomas Bjerre wrote: > I am also developing plugins for Stash/Bitbucket Server and I must say that > their approach is much better. They have the Atlassian Marketplace where > plugins are published if they have a clear use case, the people at

Re: Plugin Hosting Request: Violations Reboot Plugin

2016-01-04 Thread Nigel Magnay
> > > Can't we let people do what they want instead of forcing people to deal > with code they don't want to. We are actively harming jenkins community by > overly policing plugins. > > ​A thousand times this. I was about to say "you can, there's no need to fork into jenkinsci, just release from

Re: Plugin Hosting Request: Violations Reboot Plugin

2016-01-04 Thread Tomas Bjerre
I am also developing plugins for Stash/Bitbucket Server and I must say that their approach is much better. They have the Atlassian Marketplace where plugins are published if they have a clear use case, the people at Atlassia can successfully test that use case and it is documented properly.

Request code review for Jenkins Maven Project Plug-in PR#56

2016-01-04 Thread aprice
Good day jenkinsci-dev, I recently (2015-11-11) raised Pull Request #56 for the Jenkins Maven Project Plug-in , to fix the following issues: - JENKINS-31258: Jenkins Maven

Re: Plugin Hosting Request: JIRA-Ext plugin

2016-01-04 Thread Baptiste Mathus
Hi, We've recently changed from using the ML to using a dedicated JIRA project. Please file the request there. See https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins for details. Cheers 2016-01-04 22:37 GMT+01:00 Dan Alvizu : >

Manually set Jenkins API Token for a user

2016-01-04 Thread kkmayer
I am using the API Token for a user name in Jenkins to allow a git post receive hook to push to jenkins. We upgraded Jenkins and the API Token got updated. How do I manually reset the API Token for that user? Clicking on button Change API Token randomly assigns a different token. -- You

Plugin Hosting Request: JIRA-Ext plugin

2016-01-04 Thread Dan Alvizu
https://github.com/dalvizu/jira-ext-plugin Plugin Name: jira-ext-plugin My GitHub username: dalvizu Existing repo: https://github.com/dalvizu/jira-ext-plugin Doc: https://github.com/dalvizu/jira-ext-plugin The jira-ext plugin attempts to integrate to Atlassian JIRA in an extensible way.

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2016-01-04 Thread sady assad
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain*

Last chance for FOSDEM Travel Grant!

2016-01-04 Thread R. Tyler Croy
Daniel reminded me that I didn't cross-post this link to the dev list, so here it is: Basically, we'd love to help bring some contributors to FOSDEM that might not otherwise be able to attend so the board has set

Fosdem Summit

2016-01-04 Thread Alyssa Tong
Hi All, We're planning a Jenkins summit on Monday ,1 Feb 2016 - the day after Fosdem. Space is limited so if you're attending Fosdem we'd love to have you join us. Info about the summit is here: http://www.meetup.com/jenkinsmeetup/events/227463345/ Pls RSVP as soon as possible so we can plan

Re: Plugin Hosting Request: Violations Reboot Plugin

2016-01-04 Thread Christopher Orr
Hi all, > On 04 Jan 2016, at 12:03, Daniel Beck wrote: > On 04.01.2016, at 11:29, Tomas Bjerre wrote: >> I am also developing plugins for Stash/Bitbucket Server and I must say that >> their approach is much better. They have the Atlassian Marketplace

Trigger builds on pull request.

2016-01-04 Thread Levani Kokhreidze
Hello Jenkins devs, I want to implement https://issues.jenkins-ci.org/browse/JENKINS-29605 and I beleive it needs some changes that firstly I would like to clarify with you. My initial idea was to add new dsl extension method like this: freeStyleJob('test-job') { triggers{ bitbucketPush()

FAILURE! - in hudson.util.XStream2Test

2016-01-04 Thread Kristian
Hello all, I wanted to build Jenkins from the source code, but I got an error message: * Running hudson.util.XStream2Test Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.155 sec <<< FAILURE! - in hudson.util.XStream2Test

[no subject]

2016-01-04 Thread Alex Soto Bueno
-- Alex Soto Software Engineer CloudBees, Inc. skype: asotobu github: lordofthejars blog: lordofthejars.com -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Plugin Hosting Request: JIRA-Ext plugin

2016-01-04 Thread Dan Alvizu
D'oh! Thanks Baptiste - filed the request there. On Monday, January 4, 2016 at 2:44:13 PM UTC-7, Baptiste Mathus wrote: > > Hi, > We've recently changed from using the ML to using a dedicated JIRA > project. Please file the request there. > See

issue with booleanRadio jelly tags

2016-01-04 Thread Gabe Montero
I have a plugin that defines a series of extensions to hudson.tasks.Builder as well as an extension to hudson.scm.SCM. In defining the config panel for each of these, a common field for each leverages the booleanRadio tag with a default value and a field ref to one of the instance variables in

Re: issue with booleanRadio jelly tags

2016-01-04 Thread Daniel Beck
Could you build a minimal demo and post it to GitHub so we can take a look? On 04.01.2016, at 19:08, Gabe Montero wrote: > I have a plugin that defines a series of extensions to hudson.tasks.Builder > as well as an extension to hudson.scm.SCM. > > In defining the