Hello All,
I would like to know if there is an example of how to configure the Jenkins job with this trigger or if it is just to create a parameterized job.
Thanks in advance
Hello @Silvia Domínguez Peña ,
and welcome to the Community!
I assume you are referring to the atlassian pipe atlassian/jenkins-job-trigger. That pipe uses the Jenkins remote access API to trigger a job in your Jenkins instance, so as long as you have the remote API working on your Jenkins instance, you should be able to use that pipe.
For more details on how the Jenkins remote API works, I would suggest taking a look at the following documentation:
You can test making requests to this Jenkins API locally, and once you confirm it's triggering the jobs, you can update the pipe atlassian/jenkins-job-trigger in your pipelines to use the same parameters.
I hope that helps! Let us know in case you have any questions.
Thank you, @Silvia Domínguez Peña !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.