X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fdistribution.yaml;h=0d58aaf1e9ac88cd47c0c284955e76130f644a38;hb=382d77acd77e41db496fdebc9eff8134ad711e01;hp=fb2ed0517eb34ac92ff565d9ee9e9381b3cee574;hpb=82bea3749fb5b8440955a7c64c07830d536edf38;p=releng%2Fbuilder.git diff --git a/jjb-templates/distribution.yaml b/jjb-templates/distribution.yaml index fb2ed0517..0d58aaf1e 100644 --- a/jjb-templates/distribution.yaml +++ b/jjb-templates/distribution.yaml @@ -1,5 +1,5 @@ - job-template: - name: 'PROJECT-distribution-{stream}' + name: 'PROJECT_SHORTNAME-distribution-{stream}' # Required variables: # stream: release stream (eg. stable-lithium or beryllium) @@ -17,7 +17,7 @@ parameters: - project-parameter: - project: 'integration' + project: 'integration/distribution' scm: - git-scm: @@ -38,6 +38,9 @@ prebuilders: - wipe-org-opendaylight-repo + - provide-maven-settings: + global-settings-file: '{odl-global-settings}' + settings-file: '{JENKINS_SETTINGS}' maven: maven-name: '{mvn33}'