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 Behalf Of Daniel Beck
 Sent: 17 December 2014 22:10
 To: jenkinsci-users@googlegroups.com
 Subject: Re: Spanner links are broken
 
 What URL are you on when you click the link, and what URL does the link
 point to?
 
 Are you using a reverse proxy? Are you getting a reverse proxy error message
 on the /manage page? (these are independent questions)
 
 Anything interesting in the log?
 
 This may be the same issue as JENKINS-25986, but that is missing critical
 information (how to reproduce).
 
 On 17.12.2014, at 10:43, David Aldrich david.aldr...@emea.nec.com
 wrote:
 
  Hi
 
  I am running Jenkins 1.593 on a Centos server.
 
  When I click the spanner ('Config changed since last build') icon against a
 previous build of a job, I see:
 
  This webpage is not available
  Google Chrome's connection attempt to myurl was rejected. 
 
  Please can anyone suggest how to fix this?
 
  Best regards
 
  David
 

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/41302A7145AC054FA7A96CFD03835A0A0B90AF8A%40EX10MBX02.EU.NEC.COM.
For more options, visit https://groups.google.com/d/optout.


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 that jobA should temporarily only run
on nodeB and node C and that jobB/C should still run on all nodes in label
general?

The only solutions that I see today are taking nodeA offline for all jobs
or reconfigure many jobs or nodes which is pretty time consuming.

An ideal situation would be to have a configuration on the node:
Exclude job with name: jobA

Thanks,
Christian

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAHcVhVkp4-bvfy2Ri6foTfuNpKATczVZxt6FFhT%2B-5SeBr%2BUeQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 failed , hresult: 1912

All slaves are online so I don't know what ping is failing.

Any suggestions for how to investigate this please?

Best regards

David

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/41302A7145AC054FA7A96CFD03835A0A0B90B655%40EX10MBX02.EU.NEC.COM.
For more options, visit https://groups.google.com/d/optout.


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 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 
https://groups.google.com/d/msgid/jenkinsci-users/133edc5d-3f2b-47c7-ba95-da66c8a9e4ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 earliest.





*Position: .Net Lead Developer*

*Location: Atlanta, GA*

*Duration: 6 Months +*



*Skills:*

·   ASP.Net

·   MVC Architecture

·   HTML

·   Web Services

·   Restful

·   SQL Server

·   IIS

·   .Net 3.5/4.0

·   Candidate must have strong experience in MVC Architecture.



*Warm Regards,*

*Mazhar Khan*

*Resourcing Specialist*

*SYSTEL INC | Atlanta, GA*

*D: 678-203-2434*

*mazh...@systelcomputers.com mazh...@systelcomputers.com*

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAMrM%2BPT_kQEGmN5Bij6WmPn3nfmSamuZL3hVOpaEyP%3DXp9Wqpg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 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 that jobA should temporarily only 
run on nodeB and node C and that jobB/C should still run on all nodes 
in label general?


The only solutions that I see today are taking nodeA offline for all 
jobs or reconfigure many jobs or nodes which is pretty time consuming.


An ideal situation would be to have a configuration on the node:
Exclude job with name: jobA

Thanks,
Christian



--
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 
mailto:jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAHcVhVkp4-bvfy2Ri6foTfuNpKATczVZxt6FFhT%2B-5SeBr%2BUeQ%40mail.gmail.com 
https://groups.google.com/d/msgid/jenkinsci-users/CAHcVhVkp4-bvfy2Ri6foTfuNpKATczVZxt6FFhT%2B-5SeBr%2BUeQ%40mail.gmail.com?utm_medium=emailutm_source=footer.

For more options, visit https://groups.google.com/d/optout.


--
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 
https://groups.google.com/d/msgid/jenkinsci-users/54943BCD.9040601%40cd-adapco.com.
For more options, visit https://groups.google.com/d/optout.


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 compatibility, some might be me not seeing something in the
 documentation)

 1) How can I change the title of a step in the Running Steps page?
 Shell Script three dozen times is not useful. I'd like to be able to
 change this header.


I've been looking at implementing this, though I find myself a bit confused 
by the code (though I am VERY rusty when it comes to Java - they didn't 
change anything in the language syntax since 2001, right?)

The name of the step comes from DescriptorImpl.getDisplayName() - but this 
method is static, so I can't just have a per-instance name property (with 
default as it is now).

However, the stage step is re-nameable. Yet I don't see how this is done, 
in StageStep.java - what am I missing?

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/ec96bfb8-d795-4419-a08b-681d16da0a05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 without having to 
code it in something like ANT?

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/293594395.787483.1419004433935.JavaMail.yahoo%40jws100162.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 https://issues.jenkins-ci.org/browse/JENKINS-26052 
 would be a natural solution for this. parallel() has a different emphasis 
 from yours.

 I also thought about building a library on top of workflow that lets you 
 declare tasks with dependencies and have the library figure out what to 
 execute in what order (including parallelism), which might work well for 
 this, too. The idea is something like the following:

 task(name:foo) {
   // whatever computation you fancy
   sh '...'
 }

 task(name:bar, depends:[foo]) {
   ...
 }

 task(name:zot, depends:[foo]) {
   ...
 }

 attain zot  // foo runs, then bar+zot runs in parallel


 2014-12-14 18:26 GMT-08:00 Alexander Bertram al...@bedatadriven.com 
 javascript::

 I'm experimenting with the moving some hacky build proccesses into the 
 great new workflow plugin, but not sure how to best handle dependencies 
 between parallel steps.

 The workflow is meant to test a release candidate of an R-language 
 interpreter against a library of a few thousand packages, some of which 
 depend on each other.

 ideally my flow would look like this:

 def packages = fetchPackageIds()
 builds = [:]
 for p in packages {
   builds[p] = {
  waitFor dependencyPackageIds(p)
  node { buildPackage p }
   }
 }
 parallel builds

 But it looks like I need to implement a waitFor primitive that is similar 
 to stage but local to the flow rather than global?

 Or is there another approach I'm missing?

 Thanks,
 Alex



 --
 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-use...@googlegroups.com javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/ba1047d2-c7bd-4b9b-9f78-463573e99877%40googlegroups.com
 .
 For more options, visit https://groups.google.com/d/optout.



 -- 
 Kohsuke Kawaguchi
  

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/1a4d8754-3df1-42fc-bfbe-a93d313b04fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 default the artifacts are copied in the same 
directory structure as the source project.


From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Wood
Sent: Friday, December 19, 2014 10:54 AM
To: Jenkinsci-users
Subject: Copy artifact to a new location when pulled from an upstream jo b

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 without having to 
code it in something like ANT?
--
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.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/293594395.787483.1419004433935.JavaMail.yahoo%40jws100162.mail.ne1.yahoo.comhttps://groups.google.com/d/msgid/jenkinsci-users/293594395.787483.1419004433935.JavaMail.yahoo%40jws100162.mail.ne1.yahoo.com?utm_medium=emailutm_source=footer.
For more options, visit https://groups.google.com/d/optout.

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4DA182%40AMERMBX02.PERKINELMER.NET.
For more options, visit https://groups.google.com/d/optout.


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 that far yet and it does seem like something that should be
documented.   Also, is there a way for subsequent node{} operations to
retrieve the artifacts already archived by previous other nodes within
the same workflow build?

-- 
   Les Mikesell
 lesmikes...@gmail.com

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAOAgVpwZa63BSCg5WxVH0KW3%3D%2BpeK9%2BVwGiUcqMSn0G4roxtDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 and see and let everyone know :)


I suppose I should try this myself instead of asking, but I haven't
gotten that far yet and it does seem like something that should be
documented.   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 like you are removing an 
artifact from the list that will be archived rather than retrieving a copy.


/James

--
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 
https://groups.google.com/d/msgid/jenkinsci-users/54945807.3060205%40teilo.net.
For more options, visit https://groups.google.com/d/optout.


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
of solutions in my searches.
Thanks.

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAHz6asrmfj5JOaRbsZf%3DsgLoxrL2QTBpobPy-zcxL17w4LyW0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 duplicates?


No idea - I suggest a suck it and see and let everyone know :)


I suppose I should try this myself instead of asking, but I haven't
gotten that far yet and it does seem like something that should be
documented.   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 like you are removing an 
artifact from the list that will be archived rather than retrieving a 
copy. 


For future reference this is in the tutorial
 
https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#multiple-threads

--
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 
https://groups.google.com/d/msgid/jenkinsci-users/549458BC.3040101%40teilo.net.
For more options, visit https://groups.google.com/d/optout.


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 like you are removing an
 artifact from the list that will be archived rather than retrieving a copy.


 For future reference this is in the tutorial

 https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#multiple-threads

Thanks - now I see that the Snippet Generator shows it too - at least
if you already knew what you were looking for. Is there a way to make
it address artifacts from build(other_job) steps or track their svn
revisions and build numbers?

Does the snippet generator only deal with the workflow DLS functions?
 I'm still fairly confused about how workflow relates to other
plugins, what things are global from the top level, what runs on the
node, and how to pass things among them (and likewise with external
processes).

-- 
   Les Mikesell
lesmikes...@gmail.com

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAOAgVpz%3DP0NFR9gs_51%2BxZx3H4%2BoSWbUwKHnW9kUdqf7P2p-oQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 a Unrecognized option from Winstone which didn't make sense.

Here's a snippet of correspondence when I was describing the situation to a 
colleague:
-

Looking at the Winstone class where the last exception came from: 
https://github.com/jenkinsci/winstone/blob/master/src/java/winstone/HttpsConnectorFactory.java

There was the following comment block:

// There are many legacy setups in which the KeyStore password and the
// key password are identical and people will not even be aware that these
// are two different things
// Therefore if no httpsPrivateKeyPassword is explicitely set we try to
// use the KeyStore password also for the key password not to break
// backward compatibility
// Otherwise the following code will completely break the startup of
// Jenkins in case the --httpsPrivateKeyPassword parameter is not set
privateKeyPassword = Option.HTTPS_PRIVATE_KEY_PASSWORD.get(args, 
keystorePassword);

Then I found the Winstone options class, which also showed that a 
‘httpsPrivateKeyPassword’ option could be passed.  So I changed the 
/etc/sysconfig/jenkins to use this instead:

JENKINS_ARGS=--httpsPort=443 
--httpsKeyStore=/usr/lib/jenkins/certs/jenkins.jks  
--httpsKeyStorePassword=abc --httpsPrivateKeyPassword=xyz

However, starting Jenkins still failed, but this time with 
“java.lang.IllegalArgumentException: Unrecognized option: 
—httpsPrivateKeyPassword”, and that doesn’t make sense at all.

I going try to recreate the jenkins.jks keystone that I’m using, but match 
the private key password that I used originally.If they both have the 
same password, then I don’t have to pass in —httpsPrivateKeyPassword” 
separately.

Ok,  recreating the jks file with the same password used for the private 
key password worked.  Jenkins would start and the SSL cert was verified in 
the browser. 

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/d8e7c337-c287-47f3-86c9-5c182e466d6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 earliest.



*Position: Java Developer with JBoss  Camel experience. *

*Location: Boston, MA*

*Duration: 6 Months +*



*Description:*

· 6+ years of experience in JBoss Fuse  and Apache Camel

·  ESB experience



*Mandatory Skills*

Fuse, Camel





*Warm Regards,*

*Mazhar Khan*

*Resourcing Specialist*

*SYSTEL INC | Atlanta, GA*

*D: 678-203-2434*

*mazh...@systelcomputers.com mazh...@systelcomputers.com*

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAMrM%2BPR_pCYEJW-RmQWmX-_GPXCjH6OuVMZAmLKE_ZNQ%3DQD%2BLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


:: 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 location  Relocation  Nitin Shukla C++ PYTH H1 OH OH
ChandaDas SAP OCM H1 IL OPEN  Karthik Byreddy SAP ADMIN H1 TX OPEN  Sushmitha
.K SQL BI H1 GA GA  Bharhi k  JAVA DEV H1 CT CT

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAKpjoaCaxTKEieAdRhq5T4ji8sQNf5yqqXH7_iJwx%2BMCyHrkwA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 me know if you came across any 
suitable requirements.
You can reach me on mail  cha...@oberonit.commailto: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

location

Relocation

Nitin Shukla

C++ PYTH

H1

OH

OH

ChandaDas

SAP OCM

H1

IL

OPEN

Karthik Byreddy

SAP ADMIN

H1

TX

OPEN

Sushmitha .K

SQL BI

H1

GA

GA

Bharhi k

 JAVA DEV

H1

CT

CT

--
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.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKpjoaCaxTKEieAdRhq5T4ji8sQNf5yqqXH7_iJwx%2BMCyHrkwA%40mail.gmail.comhttps://groups.google.com/d/msgid/jenkinsci-users/CAKpjoaCaxTKEieAdRhq5T4ji8sQNf5yqqXH7_iJwx%2BMCyHrkwA%40mail.gmail.com?utm_medium=emailutm_source=footer.
For more options, visit https://groups.google.com/d/optout.

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4DA4B2%40AMERMBX02.PERKINELMER.NET.
For more options, visit https://groups.google.com/d/optout.


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 option to move to a proxy server setup? I am not finding much in terms 
 of solutions in my searches.
 Thanks.


I don't know what issue you're having (we run leading edge, not LTS).

That being said, our set up is as follows:

1. Apache HTTPD on CentOS 6.6 (2.2.15-39)
2. mod_jk 1.2.40
3. Tomcat 7.0.57
4. JRE 1.7.0_72

We use a uriworkermap.properties file with:

/jenkins|/*=[worker-name]

Seems to work fine. We can reach the admin page with no problem, the REST 
API works as expected, and interaction with the Nexus server running on a 
different host (same architecture as above, /nexus|/*=[worker-name]) works 
as expected.

I've long been a fan of mod_jk since I'm not as fluent in the rewrite 
rules necessary to make proxy configurations work all of the time.

. . . just my two cents 

*/mde/* 

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/d5b0ec41-ac47-4e3a-931b-43dbd8ab046e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.