jenkinsci / jenkinsci/cloudbees-folder-plugin
[JENKINS-72811] Add "trigger builds remotely" to a folder, which passes this on to all children
- Dominant language
- Java
- Stars
- 59
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
It is possible to add a commit hook to SCM that triggers a single job or pipeline.
What is missing is a commit hook added to SCM that triggers all job/pipelines inside a folder.
This avoids the hack workarounds described here:
https://stackoverflow.com/questions/37425045/how-to-tell-jenkins-build-every-project-in-folder-x
---
Originally reported by minfrin, imported from: Add "trigger builds remotely" to a folder, which passes this on to all children
Raw content of original issue
It is possible to add a commit hook to SCM that triggers a single job or pipeline.
What is missing is a commit hook added to SCM that triggers all job/pipelines inside a folder.
This avoids the hack workarounds described here:
https://stackoverflow.com/questions/37425045/how-to-tell-jenkins-build-every-project-in-folder-x
Contributor guide
Assessment
This issue has not been assessed yet.