-
Bug
-
Resolution: Fixed
-
Major
-
None
When a conditional step is created on a job with the conditional being Build Cause (UserCause), the step is not executed even if the build was triggered manually by a User.
Steps to reproduce:
- Create a new freestyle job
- Add a conditional step with Build Cause (UserCause) to performe some action (echo something with batch for example)
- Trigger the build manually.
The step is not executed.
The attachments show the job configuration and actual console output and a similar job with another Build Cause (TimerTrigger) showing the step working.
I am not sure if this problem is related to the conditional-buildstep plugin or run-condition, so I added both in the issue.