RE: Spanner links are broken

2014-12-19 Thread David Aldrich
Hi Daniel This setting: Manage Jenkins Configure System Jenkins URL was incorrect. I corrected it and the spanner links are now working. Thanks for your help, David -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- us...@googlegroups.com] On

Simple way to temporary exclude job from running on a node in a label group

2014-12-19 Thread Christian
Hi! I wan't to be able to temporary exclude a specific job from running on a node in a label group. jobA, jobB, jobC are tied to run on label general nodeA,nodeB,nodeC have the label general on them. Let's say that jobA starts to fail consistently on nodeA. Is there some easy way to configure

Some error ! Simple ping failed

2014-12-19 Thread David Aldrich
Hi Does anyone have any suggestions for this please? BR David --- Hi Our Jenkins instance is logging a lot messages of type: Dec 18, 2014 4:13:40 PM SEVERE org.jinterop.dcom.core.PingObject read Some error ! Simple ping

Jenkins Android APP

2014-12-19 Thread Gabriel Schlatter
Hi, Did you already check out the new unofficial Jenkins-Client for Android? https://play.google.com/store/apps/details?id=com.mobilabsolutions.jenkins.apphl=en Very convenient to install and share the latest build of your android application or any other artifacts ;) Cheers, Gabriel -- You

Very urgent need of .Net Lead Developer with strong MVC Architecture experience.

2014-12-19 Thread Mazhar Khan
Hello Associate, I'm Mazhar Khan, with Systel Inc. We've an urgent requirement with one of our client for *.Net Lead Developer* position in *Atlanta, GA*. Please find below the job description for the same and revert back to me with your Consultant updated profile and contact details at the

Re: Simple way to temporary exclude job from running on a node in a label group

2014-12-19 Thread Eric Pyle
I'd think you can change jobA's label specification (in Restrict where this job can run) like this: general!nodeA Eric On 12/19/2014 4:45 AM, Christian wrote: Hi! I wan't to be able to temporary exclude a specific job from running on a node in a label group. jobA, jobB, jobC are tied to

Re: Workflow Plugin questions

2014-12-19 Thread Jo Shields
On Tuesday, 16 December 2014 10:15:31 UTC, Jo Shields wrote: Hi, We're looking to use Jenkins w/ workflow to replace our in-house CI system. However, there's a bunch of stuff that doesn't seem to be present in the addin (some of it might be missing features, some might be plugin

Copy artifact to a new location when pulled from an upstream jo b

2014-12-19 Thread Eric Wood
I have an upstream job that is archiving an artifact.  The artifact resides in a subfolder under the workspace.  I'd like to be able to have the artifact at the root of my workspace in my downstream job when I copy it from the upstream job.  Is there a way to move this asset to a new location

Re: [workflow-plugin] dependencies between parallel steps?

2014-12-19 Thread Alexander Bertram
Yes! That's perfect. Are you working on JENKINS-26052 now or is this something I could submit a pull request for? Will comment further on JENKINS-26052. Best, Alex On Tuesday, December 16, 2014 11:45:29 PM UTC+1, Kohsuke Kawaguchi wrote: I think JENKINS-26052

RE: Copy artifact to a new location when pulled from an upstream jo b

2014-12-19 Thread Ginga, Dick
If you are using the Copy Artifact build step in your downstream project then you can select Flatten Directories: Select Flatten directories to ignore the directory structure of the artifacts in the source project and copy all matching artifacts directly into the specified target directory. By

Workflow and ArtifactArchiver?

2014-12-19 Thread Les Mikesell
If I create a workflow with multiple node {} operations and have step([$class: 'ArtifactArchiver', artifacts: '**/something/*.something', fingerprint: true]) inside more than one, what is supposed to happen to duplicates? I suppose I should try this myself instead of asking, but I haven't gotten

Re: Workflow and ArtifactArchiver?

2014-12-19 Thread James Nord
On 19/12/2014 16:47, Les Mikesell wrote: If I create a workflow with multiple node {} operations and have step([$class: 'ArtifactArchiver', artifacts: '**/something/*.something', fingerprint: true]) inside more than one, what is supposed to happen to duplicates? No idea - I suggest a suck it

mod_jk v proxying

2014-12-19 Thread Maureen Barger
Hi - working on implementing the latest LTS update, we are encountering the reverse proxy error when going to Jenkins admin page. Is it possible to resolve this issue using mod_jk configuration we currently use or is the only option to move to a proxy server setup? I am not finding much in terms

Re: Workflow and ArtifactArchiver?

2014-12-19 Thread James Nord
On 19/12/2014 16:53, James Nord wrote: On 19/12/2014 16:47, Les Mikesell wrote: If I create a workflow with multiple node {} operations and have step([$class: 'ArtifactArchiver', artifacts: '**/something/*.something', fingerprint: true]) inside more than one, what is supposed to happen to

Re: Workflow and ArtifactArchiver?

2014-12-19 Thread Les Mikesell
On Fri, Dec 19, 2014 at 10:56 AM, James Nord te...@teilo.net wrote: Also, is there a way for subsequent node{} operations to retrieve the artifacts already archived by previous other nodes within the same workflow build? unarchive is your friend. - although that name does make it sound

Re: Error getting the SSL context object

2014-12-19 Thread Steven Erat
I encountered the same exception. The short answer is that the privateKey password did not match the keyStore password, at first. When I realized this could be a problem, I tried setting the JENKINS_ARG option —httpsPrivateKeyPassword to in addition to the --httpsKeyStorePassword, but I got

Very urgent need of Java Developer with JBoss Camel experience.

2014-12-19 Thread Mazhar Khan
Hello, I'm Mazhar Khan, with Systel Inc. We've an urgent requirement with one of our client for Java Developer with JBoss Camel experience. position in *Boston, MA*. Please find below the job description for the same and revert back to me with your updated profile and contact details at the

:: Oberon IT Hotlist

2014-12-19 Thread Chandu Oberonit
Hi, Hope you are doing great! Please take a look at the below hot list and let me know if you came across any suitable requirements. You can reach me on mail cha...@oberonit.com. I look forward to work with you as a team and hope we can close few positions available with you. Name Skill Visa

RE: :: Oberon IT Hotlist

2014-12-19 Thread Ginga, Dick
This list is NOT for recruitment!! From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Chandu Oberonit Sent: Friday, December 19, 2014 3:24 PM Subject: :: Oberon IT Hotlist Hi, Hope you are doing great! Please take a look at the below hot list and let

Re: mod_jk v proxying

2014-12-19 Thread Mark Eggers
On Friday, December 19, 2014 8:55:43 AM UTC-8, MoBarger wrote: Hi - working on implementing the latest LTS update, we are encountering the reverse proxy error when going to Jenkins admin page. Is it possible to resolve this issue using mod_jk configuration we currently use or is the only