Jenkins: how to stop downstream projects when upstream is aborted
问题 I have an upstream project in Jenkins which calls in sequence some downstream projects with the "Trigger/call builds on other projects" plugin. How can I automatically abort a build of any downstream project when I perform the aborting of the upstream project? If the upstream is aborted, the downstream is still running and I want a different behaviour. Thanks. 回答1: As mentioned in my comment, you can have downstream jobs listen to upstream jobs instead of having upstream jobs trigger