X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fgroupbasedpolicy%2Fgroupbasedpolicy.yaml;h=54a5a5882b0da0c06607a1e6e1159966473de1f8;hb=refs%2Fchanges%2F19%2F42019%2F1;hp=70138b94e129d2e65fa9add063fa46a3691e4eac;hpb=178aca46937e4839428b7184fc814931e21e1b77;p=releng%2Fbuilder.git diff --git a/jjb/groupbasedpolicy/groupbasedpolicy.yaml b/jjb/groupbasedpolicy/groupbasedpolicy.yaml index 70138b94e..54a5a5882 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy.yaml @@ -2,15 +2,15 @@ - project: name: groupbasedpolicy jobs: - - '{name}-clm-{stream}' - - '{name}-distribution-{stream}' - - '{name}-distribution-check-{stream}' - - '{name}-integration-{stream}' - - '{name}-merge-{stream}' - - '{name}-periodic-{stream}' - - '{name}-sonar' - - '{name}-validate-autorelease-{stream}' - - '{name}-verify-{stream}' + - '{project-name}-clm-{stream}' + - '{project-name}-distribution-{stream}' + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-merge-{stream}' + - '{project-name}-periodic-{stream}' + - '{project-name}-sonar' + - '{project-name}-validate-autorelease-{stream}' + - '{project-name}-verify-{stream}' # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) @@ -39,6 +39,7 @@ disable_distribution_check: True project: 'groupbasedpolicy' + project-name: 'groupbasedpolicy' mvn-settings: 'groupbasedpolicy-settings' mvn-goals: '-U clean install findbugs:findbugs -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'