Re: Compress Artifacts Plugin

2015-10-21 Thread oliver gondža
On Wed, 21 Oct 2015 14:23:02 +0200, Sergey Solozhentsev wrote: Hi I want to use your plugin but I do not understand what should I do. There is nothing in build steps or post build steps or any options in my project. How can I set what plugin should compress

git credentials are missing after copying the jobs

2015-10-21 Thread Jirong Hu
We just did a copy (of the job directories) from DEV server to PROD server, but found all git credentials are missing in jobs in the target server. Any idea why and how to fix it? We copied about 50 jobs. Thanks Jirong -- You received this message because you are subscribed to the Google

Execution of jenkins job from Input Parameter file.

2015-10-21 Thread mak
Hi Am new to Jenkins, The below is the my requirement. please help me, how I can achieve the requirement. I am going to use Jenkins for Tibco Application Deployment and I have more than 40 Applications and Each application code path (Repository URL), build.xml and Tag Base URL is

Re: git credentials are missing after copying the jobs

2015-10-21 Thread Mark Waite
I believe credentials are assigned an identifier at the time the credential is created in Jenkins, then that identifier is used in the job definition. That makes the credential definition specific to the Jenkins instance where the credential was created. You might attempt to copy the credentials

Re: Maven artifact consistency when using multiple slaves

2015-10-21 Thread Jeff Vincent
So not knowing what your requirements are, it seems that you either need to lock the jobs down to only build on specific slaves or use a central maven repository, making sure your branches (assuming multiple branches building similar artifacts) have unique versions. Otherwise it seems you are

Re: git credentials are missing after copying the jobs

2015-10-21 Thread milki milk
With the SSH Credentials Plugin 1.11, you can now specify your own identifier for credentials - https://wiki.jenkins-ci.org/display/JENKINS/SSH+Credentials+Plugin (click Advanced when you create *new* credentials). If you use the same id across your jenkins instances, then the copied job

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: [workflow] creating multiple threads programatically hangs

2015-10-21 Thread euphxenos
To answer my own question, this works for iterating across a map in a groovy workflow: def nodes = [:] nodes['alpha'] = [ 'OPT': 'alpha', ] nodes['beta'] = [ 'OPT': 'beta', ] def nodelist = nodes.keySet().toList() def paramnodes = [:] def nodename = null for (int i = 0; i <

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

python build script hanging

2015-10-21 Thread Mishael Kim
Hi, I was hoping someone could provide some tips on how to debug/fix this issue i'm seeing. I'm launching a python build script from within Jenkins job and the console output just seems to hang on the call. One of the first steps within the script is to call some perforce commands using p4.

Re: python build script hanging

2015-10-21 Thread R. Tyler Croy
(replies inline) On Wed, 21 Oct 2015, Mishael Kim wrote: > I was hoping someone could provide some tips on how to debug/fix this issue > i'm seeing. > > I'm launching a python build script from within Jenkins job and the console > output just seems to hang on the call. One of the first steps

Re: python build script hanging

2015-10-21 Thread Eric Pyle
Try running Python with the -u option (unbuffered output). Otherwise the output from Python is not in sync with what is happening in real time. On 10/21/2015 6:05 PM, Mishael Kim wrote: Hi, I was hoping someone could provide some tips on how to debug/fix this issue i'm seeing. I'm

Re: python build script hanging

2015-10-21 Thread Mishael Kim
Awesome. Getting some more info with the unbuffered output. Are there any potential side effects when using this? Performance? Thanks! On Wed, Oct 21, 2015 at 4:19 PM, Eric Pyle wrote: > Try running Python with the -u option (unbuffered output). Otherwise the >

Re: python build script hanging

2015-10-21 Thread Eric Pyle
Depends what you're doing with Python but unless there's a lot of I/O I wouldn't expect a lot of difference. I use it all the time for software build scripting. On 10/21/2015 7:41 PM, Mishael Kim wrote: Awesome. Getting some more info with the unbuffered output. Are there any potential side

Gerrit build with a default REFSPEC value?

2015-10-21 Thread John Mellor
I have a couple of prototype Gerrit integration builds up and running, with some issues. All of the builds are freestyle projects, in case that matters. One of the issues is that I do not seem to be able to kick off a build manually because of the way that the sourcecode management has to be

Re: How to control access to the Jenkins build site?

2015-10-21 Thread Martin
Hi, Victor: Works, Thanks a lot. Martin On Wednesday, October 21, 2015 at 4:37:52 AM UTC-4, Victor Martinez wrote: > > Hi Martin, > > The matrix based security configuration, look at: > https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup > > Cheers > > On Wednesday, 21 October

Don't send email notification

2015-10-21 Thread Martin
Hello, I installed the email-txt plugin, and configured my project like this, as attached. But I can't receive email notification. I can only receive email when the build is a failure. Instead, I want to receive a notification for every build. Please see the attached. What's wrong here?

Re: Don't send email notification

2015-10-21 Thread Martin
On Wednesday, October 21, 2015 at 11:32:27 PM UTC-4, Martin wrote: > > Hello, > > I installed the email-txt plugin, and configured my project like this, as > attached. But I can't receive email notification. I can only receive email > when the build is a failure. Instead, I want to receive a

Re: Don't send email notification

2015-10-21 Thread Martin
At the end of the project console output: " channel stopped No emails were triggered. Finished: SUCCESS " The build is success, but didn't send out email notification. On Wednesday, October 21, 2015 at 11:33:52 PM UTC-4, Martin wrote: > > > > On Wednesday, October 21, 2015 at 11:32:27 PM

Re: Don't send email notification

2015-10-21 Thread Slide
Please expand the "Advanced Settings" area and look at the triggers. There is a trigger for Always that would send an email regardless of the build result. On Wed, Oct 21, 2015 at 8:36 PM Martin wrote: > At the end of the project console output: > " > > channel stopped > No

Multi branch build configuration in jenkins

2015-10-21 Thread Naren Sankarlal
Hi All, I am a new user to jenkins. I am trying to poll and build each branch when the change is pushed to the respective branch. Can anyone please tell me how to do this? And also I am trying to collect the test results from the build log with the help of the regex. But I am unable to

Dropdown buttons not working in Jenkins

2015-10-21 Thread Rahul Raj
In jenkins UI, none of the dropdown buttons are working. As in dropdown list is seen but it doesnt get selected when an option is chosen. How to resolve this issue. Jenkins Version - 5.2 Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

RE: Dropdown buttons not working in Jenkins

2015-10-21 Thread Matthew.Webber
5.2 is not a Jenkins version – can you check the actual version, and post it back Some info on what browser might be worth supplying also. Was anything changed before you noticed the problem (change of Jenkins version, update of plugins etc). From: jenkinsci-users@googlegroups.com

Re: Maven artifact consistency when using multiple slaves

2015-10-21 Thread Christian Flamm
bump? :-( -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: Global environmental variables

2015-10-21 Thread Ioannis Moutsatsos
Have you considered the metadata plugin ? You can define key value metadata and can expose them as environment variables.These definitions are done at the project configuration level and will apply to all the builds of the project.

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: parallel aggregation of downstream artifacts

2015-10-21 Thread Ioannis Moutsatsos
That's an interesting use case. Can you add a last step to your tests a copy operation back to the master node workspace? This way each slave is responsible for copying it's test results back to the master node. In essence you are extending your parallel jobs one step further. Do share what

Re: Execute system Groovy script plugin (Build step)

2015-10-21 Thread Ioannis Moutsatsos
You can set the classpath for the groovy under advanced options On Wednesday, October 14, 2015 at 7:51:45 AM UTC-4, Alex Brodov wrote: > > Hi i'm trying to execute a groovy script inside the system Groovy script, > i'm trying to import "groovyx.net.http.HTTPBuilder", unfortunately i'm > getting

Re: How to control access to the Jenkins build site?

2015-10-21 Thread Victor Martinez
Hi Martin, The matrix based security configuration, look at: https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup Cheers On Wednesday, 21 October 2015 06:55:31 UTC+2, Martin wrote: > > For example, if my URL for the Jenkins service is: > > jenkins.mycompany.com:8080 > > Even