You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Anyone using pipeline/Jenkinsfile for a repository having several child projects/"monorepo"?
We are using one top-level Jenkinsfile with conditional building based on what is in the diff, wondering if there is a way to have each project use it's own Jenkinsfile instead.
Cuong Tran
unread,
Mar 10, 2017, 4:14:05 PM3/10/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
You can specify the path to the Jenkinsfile, "projectA/Jenkinsfile". Doesn't work for multi-branch pipeline though.