Pulling parameters from Aws parameter store / Dynamo DB

2019-09-20 Thread Pietto Vasco
We have several large parameterize pipeline in Jenkins, that require way too much cut and paste. Im interested in storing these parameters in AWS Parameters store or a Dynamo DB and have Jenkins pull from that Has anyone used either option to pull parameters into a jenkins pipeline -- You rece

Email from Jenkins Pipelines

2019-09-20 Thread Grace P
hi all , I want to be able to send mails from a Pipeline Job on Jenkins... here what I done and do not work --- I installed the Email Extension Plugin (2.66) for Jenkins (2.176.3) to use in Pipelines and I'm trying the example on: https://medium.com/@gustavo.guss/jenkins-sending-email-on-post

Re: SSH agent uses username 'jenkins' instead of the one configured in the credential

2019-09-20 Thread DexterMagnific
I do not agree with this since this perfectly works in a standalone command line, outside Jenkins. The fact is that the submodule URL is like this: [submodule "testDB"] path = testDB url = ../testDB The path is relative to the "parent" repository URL (git supports this well). Th

Re: Amazon EC2 plugin issues with Windows agents

2019-09-20 Thread alok kumar
Hi Matt, Thanks a lot for your response. I have just put my question there. Hope to get some help. Thanks Alok On Fri, Sep 20, 2019 at 10:51 AM Matt Sicker wrote: > You can try getting answers in the gitter chat: > https://gitter.im/ec2-plugin/Lobby > > On Thu, Sep 19, 2019 at 4:20 PM alok kuma

Re: SSH agent uses username 'jenkins' instead of the one configured in the credential

2019-09-20 Thread Mark Waite
On Thu, Sep 19, 2019 at 1:56 AM DexterMagnific wrote: > Thank you for your response. > > I'm afraid I'm using the latest Git client plugin: 2.8.6, and also the > right protocol (ssh): the SCM checkout went well when running the pipeline > on the parent repo. Out test database is a submodule of th

Re: Restrict credential retrieval to a specific slave

2019-09-20 Thread Jhonny Oliveira
Dear Mark, I understand your suggestion, however in such case you would have to create multiple jobs, whereas, as it is right now, I only need one. No parameters, no additional settings just the minimal configuration to pick up the changes, build, test and deploy. I even get for free all the st