Re: Jenkins job builder -- Cannot create pipeline style jobs

2017-06-29 Thread Matthew Wilmott
the time I need to use it in anger. Note - I had to remove the " scm:" line beneath the pipeline-scm it appears to be superfluous On Friday, June 30, 2017 at 1:05:47 PM UTC+9, Matthew Wilmott wrote: > > Yeah in the same boat unfortunately... if I get a chance I'll check out >

Re: Jenkins job builder -- Cannot create pipeline style jobs

2017-06-29 Thread Matthew Wilmott
Yeah in the same boat unfortunately... if I get a chance I'll check out the source and see whats happening On Sunday, June 25, 2017 at 5:59:54 PM UTC+9, Ramanathan Muthaiah wrote: > > Hi Ramanath, Hope you have resolved this issue. Actually I am facing same >> issue with the pipeline module ..

Re: jenkins ssh-agent ansible

2017-06-29 Thread Matthew Wilmott
Did anything come of the investigation Jean-Christophe? I've got some keys I need to provide Ansible in order to jump through bastion hosts. They differ from the credentials supplied to Ansible itself (the target host credential) I'd normally add these keys to an ssh config and be done with it

Does Ansible plugin support Credentials plugin?

2016-09-06 Thread Matthew Wilmott
I've been trying to configure ansible plugin with the credentials plugin to provide a SSH key + username pair to an ansible run. Ideally id like to provide this as part of a parameterized build so the activity occurs as the user and NOT as a predefined service account. This is for auditing