Trigger rel-notes job from version-bump job 42/59442/3
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 23 Jun 2017 04:39:55 +0000 (14:39 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sat, 24 Jun 2017 00:51:02 +0000 (10:51 +1000)
Release notes jobs is only useful with the properties file
updated done as post release activity. Therefore runing this job
at the end of AR job is not very helpful. Move this trigger
to AR version bump job.

Change-Id: I96e5bad43f53cf33fa6c58e86d66882552d2daae
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/autorelease/autorelease-templates.yaml

index 66ed354f915fef07f32ce6c04906a2bbf0013d37..08e09472c4856a470cf01d4684015ea6dcc860c2 100644 (file)
     publishers:
       - opendaylight-infra-notify-status
       - trigger-parameterized-builds:
-          - project: 'autorelease-generate-release-notes-{stream}'
-            condition: UNSTABLE_OR_BETTER
-            property-file: variables.jenkins-trigger
-            fail-on-missing: true
           - project: 'integration-distribution-test-{integration-test}'
             condition: UNSTABLE_OR_BETTER
             property-file: variables.jenkins-trigger
           - version-bump.sh
 
     publishers:
+      - trigger-parameterized-builds:
+          - project: 'autorelease-generate-release-notes-{stream}'
+            condition: UNSTABLE_OR_BETTER
       - lf-infra-publish
 
 - job-template: