Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
958 views
in Technique[技术] by (71.8m points)

continuous integration - Jenkins declarative pipeline - Trigger Jenkinsfile from another Jenkinsfile

I have a Jenkins MultiBranch pipeline project that points to a Jenkinsfile in my git repo. I want it to trigger from another Jenkinsfile that is located in the same repo but in different folder.

How can it be done?

Thanks!!!

question from:https://stackoverflow.com/questions/65903929/jenkins-declarative-pipeline-trigger-jenkinsfile-from-another-jenkinsfile

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)

In the configuration of the pipeline you can select the location of the Jenkinsfile relative path

Build Configuration


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
...