• Icon: Improvement Improvement
    • Resolution: Not A Defect
    • Icon: Major Major
    • run-condition-plugin
    • None

      Run conditions should be passed Launcher object so that the conditions may be allowed to run scripts within the build, e.g call a Shell or groovy script.

      Current implementations are

      public abstract boolean runPrebuild(final AbstractBuild<?, ?> build, final BuildListener listener) throws Exception;

      public abstract boolean runPerform(final AbstractBuild<?, ?> build, final BuildListener listener) throws Exception;

      These should be extended to
      (final AbstractBuild<?, ?> build, final BuildListener listener, final Launcher launcher)

          [JENKINS-12982] Run conditions should be passed Launcher object

          cjo9900 created issue -
          cjo9900 made changes -
          Assignee Original: bap [ bap ] New: cjo9900 [ cjo9900 ]
          Resolution New: Not A Defect [ 7 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Dominik Bartholdi made changes -
          Assignee Original: cjo9900 [ cjo9900 ] New: bap [ bap ]
          Dominik Bartholdi made changes -
          Assignee Original: bap [ bap ] New: cjo9900 [ cjo9900 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 143442 ] New: JNJira + In-Review [ 190555 ]

            cjo9900 cjo9900
            cjo9900 cjo9900
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: