-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Blocker
-
Component/s: yaml-project-plugin
-
Environment:Jenkins with various plugins and external command line tool jenkins job builder to create auto jobs based on yaml files.
  publishers:
    conditional-publisher:
     - conditional-step:
   # conditional-actions:
      condition-kind: current-status
      condition-worst: SUCCESS
      condition-best: SUCCESS
actions:
- trigger-build:
- project: "test_job"
Note: flexible publish post build conditional step is not accepting to trigger/call a build with blocker option. These defined parameters from yaml file. It is taking default option trigger-parameterized-build only(which is not allowing to block down-stream job.