Plugin does not support Pipeline jobs

XMLWordPrintable

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Critical
    • Component/s: jira-trigger-plugin
    • None

      The Jira Trigger Plugin does not support Pipeline jobs.

      Looking though the code, it looks like the issue is that this plugin is only applicable to jobs that are of type AbstractProject. The Pipeline jobs is implemented as

      public final class WorkflowJob extends Job<WorkflowJob,WorkflowRun> implements BuildableItem, LazyBuildMixIn.LazyLoadingJob<WorkflowJob,WorkflowRun>, ParameterizedJobMixIn.ParameterizedJob, TopLevelItem, Queue.FlyweightTask, SCMTriggerItem
      

      Please add support for pipeline jobs

            Assignee:
            Wisen Tanasa
            Reporter:
            Travis Avery
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: