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 ").*"
>
>
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:
>
>
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