Re: [ANN] Freestyle Multibranch Plugin looking for a maintainer

2014-10-09 Thread Stephen Connolly
Woot! On Thursday, 9 October 2014, nicolas de loof nicolas.del...@gmail.com wrote: I'm volunteer tout take the maintainer role, until someone else is interested. Le 8 oct. 2014 11:45, Stephen Connolly stephen.alan.conno...@gmail.com

Re: GlobalConfiguration is lost when Jenkins is reloaded via console reloading.

2014-10-09 Thread evernat
This is probably related to https://issues.jenkins-ci.org/browse/JENKINS-8217 When calling the /reload url, system configuration is reloaded, but extensions (tools like Ant) are not reloaded from disk. Emeric Le jeudi 9 octobre 2014 03:39:14 UTC+2, Doug Hughes a écrit : Actually, I just

how to determine a ToolLocation key?

2014-10-09 Thread Nico Mommaerts
Hey, recently I've added support to the swarm plugin to specifiy toollocations. To add ToolLocation to a slave you have to create a ToolLocationNodeProperty.ToolLocation. Its constructor takes a key and a location. I didn't/don't know how to get to that key so I reverse engineered by querying

Re: how to determine a ToolLocation key?

2014-10-09 Thread Wannes Sels
Jenkins.getInstance().getExtensionList(hudson.tools.ToolDescriptor.class) should do the trick On Thursday, October 9, 2014 1:32:09 PM UTC+2, Nico Mommaerts wrote: Hey, recently I've added support to the swarm plugin to specifiy toollocations. To add ToolLocation to a slave you have to

Re: how to determine a ToolLocation key?

2014-10-09 Thread Nico Mommaerts
As discussed IRL with Wannes, there is no need to build the key. I was better off using the second ToolLocationNodeProperty.ToolLocation constructor, which doesn't need the key but the ToolDescriptor (of which I have an instance at hand) Op donderdag 9 oktober 2014 13:53:31 UTC+2 schreef

User Permission in Jenkins

2014-10-09 Thread Shawkath Khan
Inside Jenkins Jobs Builds folder, I am creating a text file and writing some content through Java program. As I am part of corporate network, I am inside firewall with many security rules where I have been restricted to write/update the program files directory under C: drive. Although I am

Just pushed a release, now what?

2014-10-09 Thread Anthony DeMartini
I ran the maven command to publish a release yesterday afternoon. Is there some manual process that happens now in order for the plugin to actually get published? I don't see it showing up in the list of available plugins. It is the codedx-plugin. Thanks, Anthony -- You received this

Re: [ANN] Freestyle Multibranch Plugin looking for a maintainer

2014-10-09 Thread Jesse Glick
On Thu, Oct 9, 2014 at 1:17 AM, 'Matthew Moore' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: you can create a Multibranch Freestyle project using the YAML Project plugin today. Well I think this is more in the style of the Literate plugin. And while it is probably a better

Re: how to determine a ToolLocation key?

2014-10-09 Thread Jesse Glick
On Thu, Oct 9, 2014 at 7:32 AM, Nico Mommaerts nico.mommae...@gmail.com wrote: the Maven key should be hudson.tasks.Maven$MavenInstallation$DescriptorImpl@ but using my method I get hudson.tasks.Maven.MavenInstallation$DescriptorImpl@ For reference, you wanted Class.getName, not

Re: Just pushed a release, now what?

2014-10-09 Thread Jesse Glick
On Thu, Oct 9, 2014 at 9:23 AM, Anthony DeMartini anthony.demart...@avi.com wrote: I ran the maven command to publish a release yesterday afternoon. Is there some manual process that happens now in order for the plugin to actually get published? Wait for a day. -- You received this message

Re: New Plugin Request

2014-10-09 Thread Aidan McGinley
Great thanks. Will take a look when I get backfrom holidays On Tuesday, 7 October 2014 22:57:34 UTC+1, Ullrich Hafner wrote: I created a new empty repository since you already forked from jenkinsci: https://github.com/jenkinsci/build-history-metrics-plugin Welcome aboard! Ulli Am

Re: Request to publish a Jenkins plug-in

2014-10-09 Thread Krishna Kishore
Hi Domi, Jenkins Dev team, I am trying to release the teamconcert-git plugin by running the Maven release commands (mvn -U release:prepare and mvn -U release:perform). I see that the mvn -U release:perform completes successfully but plugin is not available at

Re: Request to publish a Jenkins plug-in

2014-10-09 Thread d...@fortysix.ch
Hi Kishore, no there is nothing more you have to do - just give it some time, check again tomorrow. There are some background jobs which pick the new stuff up and publish it. Domi On 09 Oct 2014, at 17:51, Krishna Kishore clkkish...@gmail.com wrote: Hi Domi, Jenkins Dev team, I am trying

Plugin with dependency using ServiceLoader cannot locate service

2014-10-09 Thread Harald Albers
Hi, I have a plugin with a dependency to a library that uses java.util.ServiceLoader to locate its service implementation. The dependency (com.github.docker-java:docker-java:0.10.2) is a single jar containing * service interface, * service implementation, * provider-configuration

Re: Plugin with dependency using ServiceLoader cannot locate service

2014-10-09 Thread Jesse Glick
On Thu, Oct 9, 2014 at 12:53 PM, Harald Albers jenkins-...@albersweb.de wrote: a single jar containing service interface, service implementation, provider-configuration file in META-INF/services code that triggers service discovery First of all, that code is dubious. If you have an

Re: Request to publish a Jenkins plug-in

2014-10-09 Thread Ulli Hafner
You hit the mvn release bug that only releases snapshots, see http://jenkins-ci.361315.n4.nabble.com/mvn-release-does-not-work-only-publishes-SNAPSHOT-releases-td4657620.html#a4657831 Am 09.10.2014 um 17:51 schrieb Krishna Kishore clkkish...@gmail.com: Hi Domi, Jenkins Dev team, I am trying

Re: Plugin with dependency using ServiceLoader cannot locate service

2014-10-09 Thread Harald Albers
Thanks, Jesse, both suggestions work. First of all, that code is dubious. If you have an _expected_ implementation that is collocated in the same JAR, it should simply instantiate it directly (via constructor). I agree. The guys seem to be preparing for an alternative implementation using

Re: envinject plugin pull request #33

2014-10-09 Thread Kanstantsin Shautsou
Just to keep this topic answered - merged by author. On Tuesday, October 7, 2014 4:06:46 PM UTC+3, Thomas Sondergaard wrote: Hi, I made the following pull request a few weeks ago and I was hoping someone here could do a review of it. https://github.com/jenkinsci/envinject-plugin/pull/33

Re: Just pushed a release, now what?

2014-10-09 Thread Kanstantsin Shautsou
Sorry, what is the wiki page for this plugin? On Thursday, October 9, 2014 4:24:00 PM UTC+3, Anthony DeMartini wrote: I ran the maven command to publish a release yesterday afternoon. Is there some manual process that happens now in order for the plugin to actually get published? I don’t

Re: Plugin with dependency using ServiceLoader cannot locate service

2014-10-09 Thread Jesse Glick
On Thu, Oct 9, 2014 at 3:55 PM, Harald Albers jenkins-...@albersweb.de wrote: The guys seem to be preparing for an alternative implementation using unix sockets. Using jnr-unixsocket? That would be quite welcome; cf. JENKINS-23301. -- You received this message because you are subscribed to

release of branch-api plugin

2014-10-09 Thread 'Matthew Moore' via Jenkins Developers
Hey folks, I'm hoping to get a release of the branch-api plugin cut, so I can fix the YAML plugin's support for '/' named branches. The README mentions how to release, so is it OK for me to try to go ahead and do a release of this? If not, could I bug someone to do so? thanks, -M --

Re: [branch-api-plugin] Make triggering per-branch projects optional and use the SCMTriggerCause (#1)

2014-10-09 Thread 'Matthew Moore' via Jenkins Developers
Ping On Mon, Sep 29, 2014 at 8:57 PM, Matthew Moore mattm...@google.com wrote: *the other one needs discussion* Stephen, I repurposed this PR for this portion of the change. Would you like me to further elaborate on the use case? If not, what aspect would you like to discuss? I'm

Re: NSIS plugin

2014-10-09 Thread Oleg Nenashev
Do you mean https://github.com/elomagic/jenkins-nsis repo? If yes, the plugin has not been forked to jenkinsci organization. There's no releases as well. In such case you should contact the plugin's owner. четверг, 9 октября 2014 г., 3:45:00 UTC+4 пользователь Andrew Bruton написал: Does