Re: Proposal: revisiting JUC in 2016

2015-10-21 Thread Alyssa Tong
I think meeting on the East Coast is a great idea. The challenge w/ NY is that it's super expensive to do anything :o) and Boston had a good turn out but the Bay Area seems to always have the greatest turn out, the attendance in the Bay Area has doubled to tripled in # compared to other cities..

Re: 2.0 proposal

2015-10-21 Thread Kohsuke Kawaguchi
I feel like there's a gap in perception here. I'm sensing that you are feeling that this is a systematic problem where fixing one problem at hand wouldn't solve problems down the road. That there will be more of these problems down the road. In contrast, what I see is one bug (failing to update

Re: Looking for some help with a baffling plugin bug (ansicolor)

2015-10-21 Thread Owen Mehegan
Turns out this was a failure of the plugin to migrate its global configuration after some code was refactored. Open to any guidance about best practices for doing that cleanly during an upgrade. On Monday, October 19, 2015 at 1:59:04 PM UTC-7, Owen Mehegan wrote: > > Myself and the maintainers

Is ArtifactManager nonstandard?

2015-10-21 Thread 'Laurence Bordowitz' via Jenkins Developers
TL;DR should I use ArtifactManager in my plugin? If not, what direction should I take with this? I'm looking to write a tool which archives artifacts without using the Jenkins filer. I'm aware of the S3 plugin, and I'm looking to make something like that for an internal storage solution kinda

Re: 2.0 proposal

2015-10-21 Thread Jesse Glick
On Wed, Oct 21, 2015 at 1:28 PM, Kohsuke Kawaguchi wrote: > That there will be more of these problems down the road. Perhaps. More important is the ongoing burden of not knowing whether what you wrote in `src/main/java/**/*.java`, or what you loaded from `*-sources.jar`, is

envinject: should it be able to set the workspace?

2015-10-21 Thread martinda
A while ago, I was able to use the envinject plugin to set the workspace path, but it does do that anymore. I wish I could control the workspace location for two reasons: 1) I need to share workspaces between jobs because of the large volume of data being produced (archiving is not practical)

Re: [Jenkins-events] Proposal: revisiting JUC in 2016

2015-10-21 Thread Alyssa Tong
Washington DC had great turnout for JUC this year. I'll put this in the suggestion box as well :o) @ Jonathan, would you be interested in being a JAM organizer for the DC area? There were 400+ attendees at JUC DC this year so

[Job DSL] Extend the context of another plugin?

2015-10-21 Thread Dan Alvizu
Hi, I am using the Job DSL plugin on my project. I have a proprietary plugin, part of which is a provider of parameters for the parameterized-trigger plugin. This allows me to trigger a deployment with properties specified by my plugin: ``` * public class *MyCustomBuildParameters

Re: 2.0 proposal

2015-10-21 Thread Kanstantsin Shautsou
That's what all people asking about last years, but there is number of old developers (not jenkins admins/users) that likes developing tricky code as it their main work. KISS On Wednesday, October 21, 2015 at 12:19:00 PM UTC+3, Artur Szostak wrote: > > Guys, are you writing compilers / compiler

Re: New plugin Build-name-updater

2015-10-21 Thread Lev Mishin
sorry for the delay, I've just applied your comments On Saturday, October 17, 2015 at 7:05:07 PM UTC+3, Oleg Nenashev wrote: > > The response came in a separate thread. Added the plugin's maintainer to > Cc. > I'd bet that KK will allow it. > > I've also added some comments to your pull request

Re: New plugin Build-name-updater

2015-10-21 Thread Lev Mishin
Thanks! On Wed, Oct 21, 2015, 11:14 AM Oleg Nenashev wrote: > Hi Lev, > > I'll ping Kohsuke regarding the ownership handover. > > Best regards, > Oleg > > среда, 21 октября 2015 г., 9:53:14 UTC+3 пользователь Lev Mishin написал: > >> sorry for the delay, I've just

RE: 2.0 proposal

2015-10-21 Thread Artur Szostak
Guys, are you writing compilers / compiler tools or a continuous integration / deployment tool? Fix the API's, refactor the source code, update the plugin code and recompile. Hop to it. ;-) Don't use these kinds of hacks. It leads to the dark side. Sorry if I sound harsh. But the things you are

Re: 2.0 proposal

2015-10-21 Thread Manuel Jesús Recena Soto
I totally agree! 2015-10-21 11:18 GMT+02:00 Artur Szostak : > Guys, are you writing compilers / compiler tools or a continuous integration > / deployment tool? > Fix the API's, refactor the source code, update the plugin code and > recompile. Hop to it. ;-) > Don't use

Re: Proposal: revisiting JUC in 2016

2015-10-21 Thread Ioannis Moutsatsos
Perhaps a global event on the East Coast (NY, Boston?) would be more accessible to both US and European audiences. Travel to and from these hubs is usually less expensive especially flying from/to Europe. Best regards Ioannis On Monday, October 19, 2015 at 10:51:43 PM UTC-4, Kohsuke Kawaguchi

Re: fixing tied label get/set vs configuration page

2015-10-21 Thread Oleg Nenashev
Hi. The best recommendation would be to create a pull-request to Jenkins. Then PR builder will build your code and run tests. If the build passes you will be also able to download Jenkins WAR file from there and reuse results. For local tests you can also build with -DskipTests . It will

Re: New plugin Build-name-updater

2015-10-21 Thread Oleg Nenashev
Hi Lev, I'll ping Kohsuke regarding the ownership handover. Best regards, Oleg среда, 21 октября 2015 г., 9:53:14 UTC+3 пользователь Lev Mishin написал: > > sorry for the delay, I've just applied your comments > > On Saturday, October 17, 2015 at 7:05:07 PM UTC+3, Oleg Nenashev wrote: >> >> The