X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcoretutorials%2Fcoretutorials.yaml;h=41dfab80d7901db81aa45c43537c1f71dd04e148;hb=7ce6dc8bd480881917db8413cca873af6d2706f5;hp=5bb28065e0e41e5e369e2b8d398ecdb11a534ecd;hpb=c5d6891f1a9587a4bbeae8f0b34c02f2a9b64757;p=releng%2Fbuilder.git diff --git a/jjb/coretutorials/coretutorials.yaml b/jjb/coretutorials/coretutorials.yaml index 5bb28065e..41dfab80d 100644 --- a/jjb/coretutorials/coretutorials.yaml +++ b/jjb/coretutorials/coretutorials.yaml @@ -2,15 +2,15 @@ - project: name: coretutorials 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) @@ -38,10 +38,10 @@ disable_distribution_check: True project: 'coretutorials' + project-name: 'coretutorials' mvn-settings: 'coretutorials-settings' mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[coretutorials] [odlparent] [yangtools] [controller]' + dependencies: '' + email-upstream: '[coretutorials]' archive-artifacts: '' -