Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: conditional-buildstep-plugin, run-condition-plugin
-
Labels:None
-
Similar Issues:
Description
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.
I just confirmed that it is working now on version 0.10 of run-condition-plugin.
Thanks!