2 name: 'PROJECT_SHORTNAME-merge-{stream}'
4 # Job template for ODL merge jobs
6 # The purpose of this job template is to setup a ODL merge job
7 # and deploy artifacts to Nexus.
10 # stream: release stream (eg. stable-lithium or beryllium)
11 # branch: git branch (eg. stable/lithium or master)
20 artifactDaysToKeep: '{build-artifact-days-to-keep}'
21 artifactNumToKeep: '{build-artifact-num-to-keep}'
29 refspec: 'refs/heads/{branch}'
33 credentials-id: '{ssh-credentials}'
35 choosing-strategy: 'default'
39 - ssh-agent-credentials:
45 - gerrit-trigger-patch-merged:
50 - jacoco-nojava-workaround
51 - provide-maven-settings:
52 global-settings-file: 'odl-global-settings'
53 settings-file: 'JENKINS_SETTINGS'
58 goals: 'MAVEN_GOALS -V -B -Djenkins -Dmerge -Dstream={stream}'
59 maven-opts: 'MAVEN_OPTS'
60 settings: 'JENKINS_SETTINGS'
62 global-settings: 'odl-global-settings'
63 global-settings-type: cfp
64 post-step-run-condition: UNSTABLE
68 condition-kind: file-exists
69 condition-filename: deploy-site.xml
70 condition-basedir: workspace
72 # The strategy here is intentional to run Maven site:deploy twice
73 # once using regular pom.xml to produce a staged-site which is
74 # then used by deploy-site.xml to push to Nexus. This is a
75 # workaround to Maven Site's default linking code which creates
76 # incorrect URLs for sites due to auto-detection assuming your
77 # project is configured in a certain way which ODL is not.
80 maven-version: '{mvn33}'
82 goals: 'site:deploy -V -B -Dstream={stream}'
85 settings: 'JENKINS_SETTINGS'
87 global-settings: 'odl-global-settings'
88 global-settings-type: cfp
90 maven-version: '{mvn33}'
92 goals: 'site:deploy -V -B -Dstream={stream}'
95 settings: 'JENKINS_SETTINGS'
97 global-settings: 'odl-global-settings'
98 global-settings-type: cfp
105 - email-notification:
106 email-prefix: '[PROJECT_SHORTNAME]'
110 deploy-unstable: false
113 maven-version: '{mvn33}'