jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-33665] Kill child jobs when parent is killed (Build Step)
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
When using the plugin as a build step (NOT post build step) we fell into a situation where we need to kill the parent but it didnt killed the child jobs, can we add this functionality in the plugin.
Also, is there a way we can get the list of child-jobs (subProjects) in Jenkins-Groovy.
---
Originally reported by
zeeshan, imported from: Kill child jobs when parent is killed (Build Step)
Raw content of original issue
When using the plugin as a build step (NOT post build step) we fell into a situation where we need to kill the parent but it didnt killed the child jobs, can we add this functionality in the plugin.
Also, is there a way we can get the list of child-jobs (subProjects) in Jenkins-Groovy.
Contributor guide
Assessment
This issue has not been assessed yet.