Re: Pipeline script for Build Trigger

2016-05-17 Thread Michael Kobit
Based on what I can see on that issue, I believe that is the open issue you should follow. On Tue, May 17, 2016, 10:37 AM John Chandra wrote: > Hi Michael, Thanks for your reference. So that means that there is an open > issue regarding controlling the build trigger on Jenkins

Build fails with Unhandled Exception: OutOfMemoryException. with ec2-plugin slave

2016-05-17 Thread jpd4nt
Hi. Been using jnlp version of slave with the ec2-plugin to get windows spot slaves to work, which worked fine for 2 years. With ec2-plugin 1.32+ that option has now been removed. Since migrating from jnlp we been having lots of issues. Current major blocking issue is that the build dies with

pipeline rest api

2016-05-17 Thread Shurik
Hi, Does the pipeline support rest api? I want via curl get the pipeline execution steps/status. Thanks, Shurik -- 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

Re: Jenkins using a lot more resources after upgrade

2016-05-17 Thread Stephen Connolly
I will repeat: > I am suspecting JENKINS-34213 may be your issue. On 17 May 2016 at 13:12, Ugo Bellavance wrote: > > > On Friday, May 13, 2016 at 8:50:56 AM UTC-4, Ugo Bellavance wrote: >> >> >> >> On Thursday, May 12, 2016 at 2:01:41 PM UTC-4, Raymond Accary wrote: >>> >>> Hi,

Re: Jenkins using a lot more resources after upgrade

2016-05-17 Thread Ugo Bellavance
Thanks, but I can see that this issue is fixed but I don't know how to update my Jenkins install so that I have the fix. I'm using 1.656. Ugo On Tuesday, May 17, 2016 at 8:56:34 AM UTC-4, Stephen Connolly wrote: > > I will repeat: > > > I am suspecting JENKINS-34213 may be your issue. > > On

Re: Jenkins using a lot more resources after upgrade

2016-05-17 Thread Ugo Bellavance
On Friday, May 13, 2016 at 8:50:56 AM UTC-4, Ugo Bellavance wrote: > > > > On Thursday, May 12, 2016 at 2:01:41 PM UTC-4, Raymond Accary wrote: >> >> Hi, >> If it helps, you might avoid the crash by installing the monitoring >> plugin, and triggering garbage collection once the memory is

maven job in jenkins 2

2016-05-17 Thread Shurik
Hi, I can't find the option to create maven job in jenkins 2. Does jenkins 2 will support it like in jenkins 1.* ? Does the pipeline will support it too ? Thanks, Shurik -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

File as parameter not working

2016-05-17 Thread Jonathan Hodgson
Hi, I'm running Jenkins on Debian, still very new to it. I'm currently trying to set up a pipeline job... just a test one so I can make sure the structure I have in mind works. Anyway, part of the requirement is to upload a file, so I've made the build parameterized, and added a "File as

Re: Releases

2016-05-17 Thread Ugo Bellavance
On Monday, May 16, 2016 at 4:18:09 PM UTC-4, Daniel Beck wrote: > > > > On 16.05.2016, at 17:15, Ugo Bellavance > wrote: > > > > However, there is nothing for 1.657 or 1.658 in either the current or > LTS release changelog. All I can find about these releases is on

Retrieve exit code of execute shell from groovy console

2016-05-17 Thread 'Frederik Claus' via Jenkins Users
I am trying to retrieve the exit code from a execute shell build step after the build was run. I looked at the documentation for hudson.model.Build but couldn't find anything. Is possible to retrieve this information? -- You received this message because you are subscribed to the Google Groups

Re: SCM SQS Plugin - not working

2016-05-17 Thread Mladen Marev
Hi all, how likely is that plugin - SCM SQS plugin to not be active any more? I can find the hpi file is I browse the mirrors directly but using the Jenkins available plugins UI, it is not found. Is ti possible to be because the plugin requires dedicated version of Jenkins? --Mladen On

Re: Pipeline script for Build Trigger

2016-05-17 Thread Michael Kobit
I think https://issues.jenkins-ci.org/browse/JENKINS-34005 is what you are looking for. On Monday, May 16, 2016 at 4:54:13 PM UTC-5, John Chandra wrote: > > Hi All, > > Is there any way to configure a build trigger using pipeline script in > Jenkinsfile? We still want to trigger the build when

Re: Jenkins using a lot more resources after upgrade

2016-05-17 Thread Stephen Connolly
It is fixed, but in the latest version of remoting... which is not something you can upgrade without either building a custom build of Jenkins or upgrading Jenkins. You could crack open your jenkins.war and replace the remoting.jar with the fixed version and seal it back up again and see if that

Re: Jenkins using a lot more resources after upgrade

2016-05-17 Thread Stephen Connolly
Jenkins 2.5 has the fix IIUC On 17 May 2016 at 14:28, Stephen Connolly wrote: > It is fixed, but in the latest version of remoting... which is not > something you can upgrade without either building a custom build of Jenkins > or upgrading Jenkins. > > You could

Re: Parameterized Build Plugin

2016-05-17 Thread Sridhar
Thanks for pointing it out Craig. I was going through the below article and it was mentioned as a plugin and I didn't look through the details. Thanks again. http://labs.bsb.com/2014/02/better-maven-releases-with-jenkins On Tuesday, May 17, 2016 at 12:03:51 AM UTC-4, Craig Rodrigues wrote: >

Site Reliability Engineer at Atlanta, GA

2016-05-17 Thread swati rakh
*Job Title: **Site Reliability Engineer* *Duration: **12 Months* *Location: **Atlanta, GA* * Interview: **Phone / Skype* *Job Requirements:* *Technical/Functional Skills* *oStrong background in scripting languages : python, bash* *oExperience working with Unix/Linux

Re: Pipeline script for Build Trigger

2016-05-17 Thread John Chandra
Hi Michael, Thanks for your reference. So that means that there is an open issue regarding controlling the build trigger on Jenkins 2.0. Am I correct? On Tuesday, May 17, 2016 at 10:02:31 AM UTC-4, Michael Kobit wrote: > > I think https://issues.jenkins-ci.org/browse/JENKINS-34005 is what you >

Re: Azure and latency issues

2016-05-17 Thread Jo Shields
Okay, a co-worker may have found a magical fix - Azure times out idle network connections after 4 minutes, but the default value for hudson.slaves.ChannelPinger.pingInterval is 5 minutes... -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

System/Network Admin at Madison, WI (only US citizen)

2016-05-17 Thread swati rakh
*Job Title: **System/Network Admin* *Duration: **12 Months* *Location: **Madison, WI* * Interview: **Phone / Skype* *Job Requirements:* *Technical/Functional Skills* *Job Description:* This individual will serve in a dual role, providing distributed and central server support and

Re: Pipeline script for Build Trigger

2016-05-17 Thread John Chandra
Hi Craig, thanks for your response. That is not exactly what I was looking for. When we create a pipeline, there are some options available for Build Triggers. The problem is I can't find a way to set the trigger I need through Pipeline script like the way I set the Job Properties (e.g. This

"Siemens" :Software Engineer at Florham Park, NJ ( only USC /GC)

2016-05-17 Thread swati rakh
*Job Title: **"Siemens" :Software Engineer* *Duration: **6 months contract to hire* *Location: ** Florham Park, NJ* * Interview: **Phone / Skype* *Job Requirements:* *Technical/Functional Skills* *Job Description:* Performs complex design, maintenance, enhancement, testing,

Dealing with job posting spam

2016-05-17 Thread Matthew.Webber
There have been a number of spam postings lately from a "swati rakh" (various job advertisements). If sufficient people to go the web interface for this Google Group (https://groups.google.com/forum/?hl=en#!forum/jenkinsci-users) and report the postings as spam, that should (in theory) result

Re: Jenkins using a lot more resources after upgrade

2016-05-17 Thread Ugo Bellavance
Ok, I did analyse the heap dump with Eclipse's Memory Analyzer Tool and here's what I found: One instance of "java.util.concurrent.ScheduledThreadPoolExecutor" loaded by "" occupies 6,801,517,856 (89.16%) bytes. The instance is referenced by org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool

Re: Releases

2016-05-17 Thread Daniel Beck
> On 17.05.2016, at 13:57, Ugo Bellavance wrote: > > Ok, but how can I apply a fix then? I've been told that my problem may be > caused by JENKINS-34213, this currently has a status of "Fixed". How can I > update my code to have the fix? > It's in Jenkins 2.4. The fix is

CD for Jenkins changes

2016-05-17 Thread Shurik
In our production jenkins we have many jobs. The operators change the job configuration and script that run in CI. Sometimes this change causes a failure. I searched the way how to do CD for this change. I thought about creating a staging jenkins, but I see a problem with jobs sync ( I

Re: Releases

2016-05-17 Thread Ugo Bellavance
On Tuesday, May 17, 2016 at 3:18:47 PM UTC-4, Daniel Beck wrote: > > > > On 17.05.2016, at 13:57, Ugo Bellavance > wrote: > > > > Ok, but how can I apply a fix then? I've been told that my problem may > be caused by JENKINS-34213, this currently has a status of "Fixed".

Re: Releases

2016-05-17 Thread Daniel Beck
> On 17.05.2016, at 21:33, Ugo Bellavance wrote: > > Ok, that is great, but when it will be available on the LTS line, will I be > able to update my install from 1.656 to the version that will contain the fix > (1.651.3 I guess)? It has been nominated for back porting, the

Jenkins 2.0 in LTS changelog

2016-05-17 Thread Ashish Yadav
Will Jenkins 2.0 have it's own LTS change log or will it be added to the existing LTS changelog [https://jenkins.io/changelog-stable/]. If it is being added to the existing change log, what is the ETA or timeline? I am currently running LTS v1.642.3 -- You received this message because you

Re: File as parameter not working

2016-05-17 Thread Jonathan Hodgson
I've been experimenting, and if I do what appears to be exactly the same thing with a Freestyle project, file upload is successful. I can't state yet whether the freestyle/pipeline job difference coinciding with a failure to upload the file is a coincidence, or the deciding factor. -- You

Re: SCM Plugin for ClioSoft's SOS?

2016-05-17 Thread Jonathan
Sorry for dupe in Jenkins Developers, but figured this was a more appropriate place to reply and hopefully re-start a discussion... I'm also interested in a Cliosoft SOS plugin for Jenkins as I'm exploring it's use in our ASIC flow. I'm curious what you or anybody else are doing for Cliosoft