Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-43744

Flexible publish using Jenkins job builder(YAML file) is not allowing to trigger/call build with blocking downstream job.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • yaml-project-plugin
    • 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.

            mattmoor Matthew Moore
            ranjitkumar518 Ranjit Kumar Gollamudi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: