Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
I'm trying to generate jobs that contain a build step of "conditional build step" which calls for a downstream trigger of another job. It seems that instead of including this build step in the output jobs, the generate triggers the downsteam job and the generated job does not contain this step at all.
I have a "trigger/call builds on other projects" build step that gets put in the generated job just fine. It seems to be a problem with the "conditional build step" plugin or task.
Conditional build steps are resolved at generation time, the build step is not generated because the job generator thinks that the condition is always false. There may be a bug in the resolution.
Can you provide a sample configuration reproducing this behavior ?
Thank you.