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

Trigger are always run after finalize

XMLWordPrintable

      We are currently trying to trigger a build as post action using parameters from a property file generated in the workspace during the build. As last post action the job uses the workspace cleanup plugin. The issue is that the cleanup is done before the triggering. Which leads to never trigger the sub build...

      So the following setting is the plugin doesn't make sense with the "Parameters from a property" option.
      https://github.com/jenkinsci/parameterized-trigger-plugin/blob/master/src/main/java/hudson/plugins/parameterizedtrigger/BuildTrigger.java#L41

      Would it be possible to change the returned value to false to the notifier gets executed in correct order...

            huybrechts huybrechts
            williambernardet William Bernardet
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: