Re: Masking classLoader not working on Slave

2015-03-10 Thread liorha
I opened Jira ticket on this issue, after some investigation: https://issues.jenkins-ci.org/browse/JENKINS-27289 -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Masking-classLoader-not-working-on-Slave-tp4741428p4742110.html Sent from the Jenkins dev mailing list

Need to create build server like phonegap build using jenkins

2015-03-10 Thread Bharathi Devarasu
Hi All, I need to create a build server like phonegap build using jenkins is it possible to achieve using jenkins?. PhoneGap Build server link - https://build.phonegap.com/ Thanks, Bharathi D -- You received this message because you are subscribed to the Google Groups Jenkins Developers

Re: Setting up a jenkins development environment with netbeans

2015-03-10 Thread Mads Nielsen
Have you tried installing the stapler/jenkins plugin for netbeans? Try that, and create a project from the template the plugin provides. On Tue, Mar 10, 2015 at 12:25 PM, Joel Collins jconl...@gmail.com wrote: Thanks Thom, like I said I think i'm missing something major here. There is nothing

Re: Setting up a jenkins development environment with netbeans

2015-03-10 Thread Joel Collins
Thanks Thom, like I said I think i'm missing something major here. There is nothing in the output window since I have no options to run or debug anything. I can build the plugin just fine, but that just creates an .hpi file, nothing else. I want to make this super clear, I did not setup a

How to monitor multiple jenkins server from a single server

2015-03-10 Thread Bharathi Devarasu
Hi, I have to monitor multiple jenkins server, is there any default options available in jenkins to monitor mulitple servers. or we have to implement that by our self using mvc or other server scripting language. Thanks, Bharathi D -- You received this message because you are subscribed to

Re: Need to create build server like phonegap build using jenkins

2015-03-10 Thread Daniel Beck
You're on the wrong mailing list. On 10.03.2015, at 11:10, Bharathi Devarasu bharathib...@gmail.com wrote: Hi All, I need to create a build server like phonegap build using jenkins is it possible to achieve using jenkins?. PhoneGap Build server link - https://build.phonegap.com/

Re: Setting up a jenkins development environment with netbeans

2015-03-10 Thread Joel Collins
That was it. Thank you! I updated the wiki page to clarify that runniung/debugging requires that plugin. On Tue, Mar 10, 2015 at 7:43 AM, Mads Nielsen m...@praqma.net wrote: Have you tried installing the stapler/jenkins plugin for netbeans? Try that, and create a project from the template

Re: access to jenkins docker hub group

2015-03-10 Thread Kanstantsin Shautsou
We got a reasonable question from IRC about official jenkins image: @ amouat I'm just wondering if it's still being developed - there are a lot of open issues and no commits for around 2 months In addition i have the next questions: 1) Why official Jenkins docker image ends to CloudBees

Requesting Commit Access - TFS Plugin

2015-03-10 Thread Chad Strauch
I'm looking to gain commit access to the TFS Plugin repo on Github ( https://github.com/jenkinsci/tfs-plugin). My account name is Boatski ( https://github.com/boatski). I submitted a pull request in Oct. 2014 to fix an issue with the TFS Plugin's config.xml file disappearing every time a job is

Re: access to jenkins docker hub group

2015-03-10 Thread nicolas de loof
Yes, I used official Java image, as Docker team rejected use of Oracle JDK in an official due to redistribution restriction. Something odd imho as they already distribute it on dockerhub via many custom image users have pushed as trusted builds - they just didn't manually checked. 2015-03-10

Re: access to jenkins docker hub group

2015-03-10 Thread Michael Neale
I think trusted builds (a misnomer - as they have admitted) are more the responsibility of original Dockerfile authors - while official images have the blessing (in an app-store sense) of Docker Inc - hence they are trying to do the right thing. On Wed, Mar 11, 2015 at 4:56 PM nicolas de loof

Groovy Postbuild: Run script only on matrix parent

2015-03-10 Thread Sverre Moe
Would it possible to have Groovy Postbuild to the script only run on matrix parent? Would be a great feature to get in this plugin. I have a groovy script I want to run once after all matrix configurations have been triggered and completed. I need to check the Cause not being an UpstreamCause,

Re: access to jenkins docker hub group

2015-03-10 Thread Michael Neale
Being fixed https://twitter.com/ndeloof/status/575351076280471552 On Wed, 11 Mar 2015 at 4:34 am Kanstantsin Shautsou kanstantsin@gmail.com wrote: We got a reasonable question from IRC about official jenkins image: @ amouat I'm just wondering if it's still being developed - there are a

Re: buildEnvVars not being called in plugin

2015-03-10 Thread Jesse Glick
On Mon, Mar 9, 2015 at 9:42 PM, Joel Collins jconl...@gmail.com wrote: buildEnvVars is deprecated and no longer being called evidently. buildEnvironment worked. buildEnvVars may be deprecated, but it ought to still be called for compatibility reasons, so if you see otherwise investigate and