jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-28925] Job triggered on failure (when it shouldn't)
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
When using the plugin as a build step (post build task, Trigger/call builds on other projects), the build will be triggered when the current job fails, even when "Execute only in case of success". I'd expect the job to be triggered only when the job was successful, but it'll run everytime (even if it fails).
---
Originally reported by
emerino, imported from: Job triggered on failure (when it shouldn't)
Raw content of original issue
When using the plugin as a build step (post build task, Trigger/call builds on other projects), the build will be triggered when the current job fails, even when "Execute only in case of success". I'd expect the job to be triggered only when the job was successful, but it'll run everytime (even if it fails).
environment
```
Jenkins 1.617
Parameterized Trigger Plugin 2.26
CentOS 5
```
Contributor guide
Assessment
This issue has not been assessed yet.