Re: Pass parent workspace in build flow

2015-10-03 Thread GS_L
You right I used this to get the parent work space: workspace = build.properties["environment"]["JENKINS_HOME"]+"/"+build.properties["environment"]["JOB_NAME"] build("job1", parent_workspace:build.workspace) But still cannot pass it to the downstream jobs. On Thursday, October 1, 2015 at 3:11:

Re: Authenticate with Global Credential from Remote Server

2015-10-03 Thread James Nord
No. The normal approach would be for your AD admin to create a (limited) service account. -- 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+unsub

Re: Local User as well as AD User

2015-10-03 Thread James Nord
You cant do what you are trying to do. There is no support for 2 different security realms. Credentials are by jenkins to authenticate with other systems, or to be used in a build. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: Authenticate with Global Credential from Remote Server

2015-10-03 Thread Gmail Account
Ok, gotcha, thus it asking for private key. I should have gotten that. That's easy enough, but I don't want to use an Active Directory user and I'm integrated. Is there a way to also set a generic build user along with the AD integration? > On Oct 3, 2015, at 5:07 AM, James Nord wrote: > >

Re: Local User as well as AD User

2015-10-03 Thread Gmail Account
Hmmm, that's a good point Michael! I wonder why Jenkins is asking for the private key rather than public key. The private key, id_rsa, is always paired on the "from" side with the id_rsa.pub on the "to" side. Am I perhaps misinterpreting the use of these global credentials? I'm trying to tal

Re: Local User as well as AD User

2015-10-03 Thread Michael O'Cleirigh
Hi Eric, I just noticed that your point number three uses id_rsa.pub file as the private key but that's actually the public key. There should be another file I think without the .pub that holds the private key. I wonder if that could be the configuration issue? Regards, Michael On Oct 2, 2015

Authenticate with Global Credential from Remote Server

2015-10-03 Thread James Nord
Credentials are for jenkins to use to access systems, not for you to access jenkins. To set an shh key for cli auth you need to set they key on the user in /user/. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group