Jenkins que and node labels

2015-01-12 Thread Andrej Gukov
Hello, We have a tricky structure of parallel flows inside flows and we need to lock some of the flows after they finish. The solution currently is to change node label of the flow to non existent one via API, and change it back when all the flows finish. Somehow while builds are in que they

CLI regression or new error?

2015-01-12 Thread Barry Anderson
I just upgraded from 1.572 to 1.596 and a shell job that I have that uses the CLI and update-job to load about 23 jobs that has always worked flawlessly in the past now runs for about 8 jobs then fails with the following error for a couple of commands then succeeds for a few then fails for a

getting build number of started multijob projects

2015-01-12 Thread niraj nandane
Hi, I have a multijob in which there are different phases. I need to get the build number of each job which is started during multiphase. How i can get buildnumber of each multiphased job? The jobs which are multiphase may be called by any other project in between. I just want the build number

Fwd: FW: core java developer

2015-01-12 Thread hitesh sharma
Hi, Hope you are doing well Jobs Details: Role : core java developer with Mule ESB Experience Level : 5-8YEAR Skills: Required Skill(s) : ESB (L3) , Open Source ESB (L3) Essential Skill(s) : Mule ESB (L4) Additional Skill(s) : Core

Safe way to migrate from OpenID2 plugin

2015-01-12 Thread dyoung
We intend to migrate from the deprecated OpenID2 plugin to the github authentication plugin. Does anyone know of a safe way to do this to avoid getting locked out of Jenkins? I'm looking for a best practices approach to doing this. Thanks very much. -- david -- You received this message

[workflow-plugin] Java.lang.NoSuchMethodError: No such DSL method

2015-01-12 Thread Bill Smith
I am working my way through the workflow plugin tutorial at https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md. When I try to execute the script at https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#checking-out-and-building-sources, I get the stack

Re: [workflow-plugin] Java.lang.NoSuchMethodError: No such DSL method

2015-01-12 Thread Slide
This is a shot in the dark since I have never used the workflow plugin, but do you have the git plugin and git client plugin installed? On Mon Jan 12 2015 at 8:12:15 AM Bill Smith william.m.sm...@gmail.com wrote: I am working my way through the workflow plugin tutorial at

Automating Jenkins Deployments with Chef

2015-01-12 Thread Kenneth Baltrinic
I am working on creating a chef cookbook to automate our Jenkins infrastructure. I am using the opscode Jenkins cookbook as my starting point but it only has a few basic resources. I can see I am going to need use the cookbook's jenkins_script resource to configure Jenkins via groovy. That

Fwd: MySQL DBA

2015-01-12 Thread hitesh sharma
Hi, Hope you are doing great . *Role:- MySQL DBA* *Location: NY City ,NY* *Duration:-6+ months* Responsibilities: - Develop and optimize physical and logical design of fault-tolerant distributed database systems - Proactive administration of production database environment -

Re: [workflow-plugin] Java.lang.NoSuchMethodError: No such DSL method

2015-01-12 Thread Bill Smith
Thank you for the suggestion. According to the systemInfo page, these are enabled: git-client 1.15.0 and git-server 1.6. On Mon, Jan 12, 2015 at 9:19 AM, Slide slide.o@gmail.com wrote: This is a shot in the dark since I have never used the workflow plugin, but do you have the git plugin

RE: MySQL DBA

2015-01-12 Thread Ginga, Dick
This is not a recruitment mailing list. Please stop. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of hitesh sharma Sent: Monday, January 12, 2015 11:33 AM To: xrec...@googlegroups.com; recruiters_gu...@googlegroups.com;

Re: svn checkout options

2015-01-12 Thread David Carson
[Hmmm, I could have sworn I replied to this over the weekend, but it does not seem to be here] Anyway, there is a problem with setting commit-times to yes in the config file. The problem is that, while this is desirable for checkouts, it is not desirable for updates. Unfortunately, the

Using a Group or Role to Variable to customize a build script

2015-01-12 Thread Don Meuth
I am new to Jenkins, and we are migrating multiple scripts to Jenkins from other environments. We basically have 2 Roles with more to come Developers and Administrators We would like to be able to write a build script once and tailor the input fields based upon the user's defined role. Is

Fwd: Very urgent:: data modeler

2015-01-12 Thread hitesh sharma
very urgent need ; Hi , Hope you are doing great. Role:-Data Modeler Location:- Minneapolis, MN Duration:-12+ Months Job Description: 1. Oracle PL/SQL Development 2. sql server 2008 development 3. Database design experience using ERWin Tool 4. Strong in

RE: Very urgent:: data modeler

2015-01-12 Thread Rob Mandeville
If enough people hit the ‘report message as spam’ button at the bottom, will Googlegroups ban this bozo? --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of hitesh sharma Sent: Monday, January 12, 2015 4:22 PM To: xrec...@googlegroups.com;

Re: How to force an upstream job to be green

2015-01-12 Thread Lam Le
hi, thx for suggestion. I have it running, but the only issue i run into is that if it actually fail, it is not triggerring a post action. like if it fail i want it to trigger parameterized build on other project. but its not doing this. out.println params[browser] out.println params[baseUrl]

Fwd: Very urgent:: data modeler

2015-01-12 Thread hitesh sharma
Hi , Hope you are doing great Role:-Data Modeler Location:- Minneapolis, MN Duration:-12+ Months Jd:- 1. Oracle PL/SQL Development 2. sql server 2008 development 3. Database design experience using ERWin Tool 4. Strong in database (Oracle SQL) concepts 5.

Copy artifact plugin with maven multi module project

2015-01-12 Thread Jeff Storey
I have a multi-module maven project that is an upstream job, and the downstream job that it triggers uses the Copy Artifact plugin to copy the artifacts produced by the maven project. These are snapshot artifacts being generated. Jenkins automatically archives the maven artifacts, and when it

Re: How to force an upstream job to be green

2015-01-12 Thread Lam Le
NM, there's an issue with build flow. https://issues.jenkins-ci.org/browse/JENKINS-22779 On Monday, January 12, 2015 at 3:00:22 PM UTC-8, Lam Le wrote: hi, thx for suggestion. I have it running, but the only issue i run into is that if it actually fail, it is not triggerring a post action.

Getting the jenkin job status without authentications

2015-01-12 Thread Muthu Selvan
Hi ALL , I am new to this group and need your help for the below issue : I am trying to automate getting the jenkin's job status by running the below command in post build - Execute shell . JOB_STATUS=`curl -silent -k -u USER_NAME:API_TOKEN

Re: Gerrit Trigger plugin - detect when number of failing tests has INCREASED

2015-01-12 Thread James Nord
On 12/01/2015 16:58, matthew.web...@diamond.ac.uk wrote: I've just started experimenting with the Gerrit Trigger Plugin. It's great, but I have one problem: If the build job is UNSTABLE (i.e. if any tests fail) Jenkins will post this status back to Gerrit, and flag the Gerrit patchset as not

Gerrit Trigger plugin - detect when number of failing tests has INCREASED

2015-01-12 Thread Matthew.Webber
I've just started experimenting with the Gerrit Trigger Plugin. It's great, but I have one problem: If the build job is UNSTABLE (i.e. if any tests fail) Jenkins will post this status back to Gerrit, and flag the Gerrit patchset as not passing. That strategy only works if the normal condition