Skip to content
Advertisement

Tag: jenkins-pipeline

Jenkins pipelines trigger one after another

Can we execute one pipeline from Jenkins and trigger another pipeline with inputdata from previous pipeline? If Yes, will you please provide me how? Answer Yes, you can do that. Let’s say there are two pipeline i.e. jobA and jobB. Let us assume jobA is the upstream pipeline for jobB i.e. jobB will be called or build by jobA with

Importing internal CA to Jenkins

I’m trying to use a Jenkins job (pipeline) to read some information from a json endpoint and do something based on that information then. The endpoint it is reading from is an internal one and the application is reachable via https with a certificate that is self-signed by our internal CA. Here’s the example code, that is run by the

Advertisement