I’m trying to trigger an azure devops pipeline from Jenkins and a bit stuck given some constraints.
I initially wanted to leverage option 2 here, using a service connection here to run a build on Jenkins and trigger a deployment pipeline following the completion of the Jenkins build job
Problem
Can’t set up the service connection because the Jenkins box, while hosted in azure, is not open to the internet so the service connection can’t hit it
Alternatively there is the option to use the Jenkins azure artifacts plug-in to upload artifacts into blob storage but not sure how to pull that down from blob storage or use it as a trigger for a pipeline
Any workaround to have Jenkins trigger an azure devops pipeline?
The recommendation in this post is to have the Jenkins box be publicly accessible but that is not going to happen, is this idea dead in the water? Integrate Azure DevOps to Jenkins
