X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Falto%2Falto.yaml;h=ea4c81022d753594dcae1c4cdc23f6d6c2189613;hb=c0005a1499d962ed366d089a8bb1d40cc6b38657;hp=061151cd37ddeea80349ab4fa3998f3d60c37d1e;hpb=bd634d3f17cb18e4d087f279ca0d6d98fd4e4f40;p=releng%2Fbuilder.git diff --git a/jjb/alto/alto.yaml b/jjb/alto/alto.yaml index 061151cd3..ea4c81022 100644 --- a/jjb/alto/alto.yaml +++ b/jjb/alto/alto.yaml @@ -19,9 +19,11 @@ stream: - master: branch: 'master' + jdk: openjdk7 + jdks: + - openjdk7 project: 'alto' - jdk: 'openjdk7' # For the Job templates below replace instances of: # PROJECT with your project name (eg. controller) @@ -51,9 +53,7 @@ - dynamic_verify - axis: type: jdk - values: - - openjdk7 - + values: '{obj:jdks}' logrotate: daysToKeep: '{build-days-to-keep}' @@ -239,10 +239,11 @@ name: 'alto-integration-{stream}' disabled: false - # Job template for ODL merge jobs + # Job template for ODL integration verify jobs # - # The purpose of this job template is to setup a ODL merge job - # and deploy artifacts to Nexus. + # This is similar to a normal verify job, but it runs + # when a project that's a dependency of your project + # is successfully built. # # Required Variables: # stream: branch with - in place of / (eg. stable-helium) @@ -306,7 +307,7 @@ project-type: maven node: dynamic_verify - jdk: '{jdk}' + jdk: 'openjdk7' logrotate: daysToKeep: '7' @@ -360,7 +361,7 @@ project-type: maven node: dynamic_verify - jdk: '{jdk}' + jdk: 'openjdk7' logrotate: daysToKeep: '{build-days-to-keep}'