Re: Conditional Step Regular Expression Match

2016-03-08 Thread Gmail Account
Yep, that works, thanks! > On Mar 1, 2016, at 9:53 AM, Eric Pyle wrote: > > I believe the * following the closing parentheses means "zero or more > occurrences of", and in this case applies to the contents of the parentheses. > So it's matching on zero occurrences. You probably want ").*" > >

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