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

Workflow Job does not call Trigger.start() when job is created

      When a Trigger that extends Trigger<Job> is added to a job as it is being created, the start() method is not called.

      There is a test called PipelineTriggersJobPropertyTest#triggerPresentDuringStart which shows that start() is called. But in practice...in a non-test environment, it is not called.

      I created a simple MockTrigger that shows this.

      How to reproduce:

      You will notice that the start() method is not called.

      This behaviour is not consistent with Freestyle jobs.

          [JENKINS-42446] Workflow Job does not call Trigger.start() when job is created

          Jesse Glick added a comment -

          Workaround: resave the job configuration.

          Jesse Glick added a comment - Workaround: resave the job configuration.

          Andrew Bayer added a comment -

          Merged, will be in workflow-job 2.16.

          Andrew Bayer added a comment - Merged, will be in workflow-job 2.16.

          Code changed in jenkins
          User: Scott Hebert
          Path:
          src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
          src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java
          http://jenkins-ci.org/commit/workflow-job-plugin/47622a022bc226e7d4223053334912056803f081
          Log:
          Triggers should be started on job creation

          [FIXES JENKINS-42446]

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Scott Hebert Path: src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java http://jenkins-ci.org/commit/workflow-job-plugin/47622a022bc226e7d4223053334912056803f081 Log: Triggers should be started on job creation [FIXES JENKINS-42446]

            scoheb Scott Hebert
            scoheb Scott Hebert
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: