Just double checking this, at the below link it says the only way to use
pipeline as code is to use the multi Branch pipeline configuration. Is this
really true?
https://jenkins.io/doc/book/pipeline-as-code/
I thought perhaps there was a way to configure a job that doesn't monitor for
branches
https://github.com/jenkinsci/github-pr-comment-build-plugin
Does that plugin do what you want?
On Thu, Oct 24, 2019 at 08:17 kishore babu wrote:
> Based on the commit comment, I would like to trigger the Pipeline Job.
> Firstly unable to get the commit trigger to build the Pipeline Job.
> Can s
The pipeline as code page teaches users how to automate the creation,
execution, and deletion of pipeline jobs based on the creation and deletion
of jobs.
You're welcome to define a pipeline job that include the pipeline
definition in the job or you can define a pipeline job that reads the job
def