S3 plugin

2014-07-08 Thread Emanuele Zattin
Hello everybody, The S3 plugin currently has 5 maintainers (at least according to the wiki), but pull requests are not really being reviewed quickly. Mine ( https://github.com/jenkinsci/s3-plugin/pull/32) is only four days old, but I can see others are there waiting for comments. Also it looks

Possible effective deadlock in SSHLauncher.afterDisconnect

2014-07-08 Thread Artur Szostak
Hi, I am trying to debug the following symptom: Jenkins started a slave. The slave died (machine hung, never had a chance to communicate back to master). Jenkins tries to restart it, but is not able to. When trying to restart the slave manually nothing happens. The slave logs are and remain

JENKINS-22525 - A Slave disappears every time Jenkins boots up on IBM Java

2014-07-08 Thread Martin Kutter
Hi, our system is hit by https://issues.jenkins-ci.org/browse/JENKINS-22525 - and moving to a different JDK is not an option (our prod is AIX, so we want to run our tests there, too). I've allready tried to debug into the class loading process - unfortunately without any result. Running with

Re: JENKINS-22525 - A Slave disappears every time Jenkins boots up on IBM Java

2014-07-08 Thread Mark Waite
Couldn't you host your Jenkins server on a Linux machine and run a slave on the AIX machine? The Linux machine could run the master Jenkins instance on the Oracle JVM, while the AIX machine would run a slave on the IBM JVM and (hopefully) not be hit by the incompatibility between the Oracle and

Loading values to fields from Config file

2014-07-08 Thread Karthik V S
Hi, I have a custom form in my Application and I would like to load values to its fields. For this purpose I have a class that extends from ItemListener and have overriden the onUpdated method to read the updated config file and set values to the text box fields by creating an Action

Re: New Gitlab Jenkins Plugin

2014-07-08 Thread Daniel Brooks
All I tried to deploy it to Jenkins Plugin Hosting but for some reason it is not showing up. If anyone knows how or can help please let me know! On Monday, June 30, 2014 10:44:03 PM UTC-7, Daniel Brooks wrote: Hi, I have a new Gitlab Jenkins plugin currently on GitHub here:

Re: New Gitlab Jenkins Plugin

2014-07-08 Thread Slide
It can take several hours for it to show up in the update center and what not. I've seen it take as much as 12 hours sometimes. On Tue, Jul 8, 2014 at 10:22 AM, Daniel Brooks daniel_bro...@dabsquared.com wrote: All I tried to deploy it to Jenkins Plugin Hosting but for some reason it is not

Re: New Gitlab Jenkins Plugin

2014-07-08 Thread Daniel Brooks
I deployed it probably a day or two ago which is why I think I did something wrong. On Jul 8, 2014, at 10:24 AM, Slide slide.o@gmail.com wrote: It can take several hours for it to show up in the update center and what not. I've seen it take as much as 12 hours sometimes. On Tue,

Re: Loading values to fields from Config file

2014-07-08 Thread Karthik V S
I have added @DataBoundConstructor annotation to the constructor too! On Tuesday, 8 July 2014 10:04:07 UTC-7, Karthik V S wrote: Hi, I have a custom form in my Application and I would like to load values to its fields. For this purpose I have a class that extends from ItemListener and

Re: New Gitlab Jenkins Plugin

2014-07-08 Thread Daniel Beck
You only released snapshots, see http://repo.jenkins-ci.org/simple/snapshots/com/dabsquared/ Likely the first item here: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues On 08.07.2014, at 19:25, Daniel Brooks daniel_bro...@dabsquared.com

Re: New Gitlab Jenkins Plugin

2014-07-08 Thread Daniel Brooks
I feel like I am missing something. I see I released the snapshots. I followed the guide there and had no errors. What item are you referring to on the troubleshooting issues? Thanks! On Jul 8, 2014, at 10:33 AM, Daniel Beck m...@beckweb.net wrote: You only released snapshots, see

Re: New Gitlab Jenkins Plugin

2014-07-08 Thread Daniel Brooks
Ok: 1) Added my jenkins credentials to ~/.m2/settings.xml 2) Made sure my origin is pointed to MY plugin repo, not jenkinsci on GitHub 3) Ran: mvn release:prepare release:perform 3) Accepted the prompts with he defaults Is that correct what I did? Thanks! On Jul 8, 2014, at 10:47 AM, Slide