jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-25645] Plugin writes out "Triggerin projects: myproject" even if no project succeeds to be triggered.
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
If I setup a nonblocking project to trigger as a build step and get a failure to trigger this project (in my case due to a missing property file). I get the printouts:
[parameterizedtrigger] Properties file $SOMETHING did not exist.
Not triggering due to missing file
Triggering projects: myproject
When myproject in fact is never triggered.
---
Originally reported by
t_westling, imported from: Plugin writes out "Triggerin projects: myproject" even if no project succeeds to be triggered.
Raw content of original issue
If I setup a nonblocking project to trigger as a build step and get a failure to trigger this project (in my case due to a missing property file). I get the printouts:
[parameterizedtrigger] Properties file $SOMETHING did not exist.
Not triggering due to missing file
Triggering projects: myprojectWhen myproject in fact is never triggered.
- environment:
Jenkins 1.554.2, parameterized trigger plugin 2.25
Contributor guide
Assessment
This issue has not been assessed yet.