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
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
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
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
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
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