Currently hudson.plugins.parameterizedtrigger.BuildTriggerConfig and related classes is designed to assume that the downstream project is an AbstractProject, preventing it from triggering a WorkflowJob in schedule (see also perform, perform2, DescriptorImpl.doCheckProjects, etc.).

      This could probably be relaxed by just checking for a Job & Queue.Task from which you can schedule a job with a little difficulty (check ParameterizedJob.getQuietPeriod and Job.isBuildable); or perhaps SCMTriggerItem whose scheduleBuild2 is more convenient.

      Should work smoothly for TriggerBuilder. For BuildTrigger, can work to the extent that canDeclare is made to be false, so that the triggering is done explicitly rather than via DependencyDeclarer (and thus the DependencyGraph, which at least for now is restricted to AbstractProject).

          [JENKINS-26050] Workflow integration for Parameterized Trigger

          Jesse Glick created issue -
          ikedam made changes -
          Link New: This issue is related to JENKINS-26009 [ JENKINS-26009 ]
          Jesse Glick made changes -
          Summary Original: Workflow integration New: Workflow integration for Parameterized Trigger
          Jesse Glick made changes -
          Link New: This issue is duplicated by JENKINS-27965 [ JENKINS-27965 ]
          Jesse Glick made changes -
          Link New: This issue is related to JENKINS-28113 [ JENKINS-28113 ]
          Jesse Glick made changes -
          Link New: This issue is related to JENKINS-28071 [ JENKINS-28071 ]
          Sam Van Oort made changes -
          Assignee Original: huybrechts [ huybrechts ] New: Sam Van Oort [ svanoort ]
          Sam Van Oort made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Sam Van Oort made changes -
          Remote Link New: This issue links to "In-progress PR (Web Link)" [ 12982 ]
          Sam Van Oort made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          Jesse Glick made changes -
          Link New: This issue is related to JENKINS-29913 [ JENKINS-29913 ]

            svanoort Sam Van Oort
            jglick Jesse Glick
            Votes:
            15 Vote for this issue
            Watchers:
            22 Start watching this issue

              Created:
              Updated:
              Resolved: