X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fvtn%2Fvtn.yaml;h=9d47eaf4cd03f63aa67264410098c7601f4fc7a4;hb=a7034747a9a7a264cf3a8296e8a338189c9d7c65;hp=d5a7386eb03c0eedb44cedfb7ddefa0e6c64dae9;hpb=0a28f0362b904fe414c5dd269f969bf26a94fee1;p=releng%2Fbuilder.git diff --git a/jjb/vtn/vtn.yaml b/jjb/vtn/vtn.yaml index d5a7386eb..9d47eaf4c 100644 --- a/jjb/vtn/vtn.yaml +++ b/jjb/vtn/vtn.yaml @@ -1,4 +1,29 @@ --- +- project: + name: vtn-fluorine + jobs: + - '{project-name}-distribution-check-{stream}' + - '{project-name}-maven-javadoc-jobs' + - odl-maven-jobs + + stream: fluorine + project: 'vtn' + project-name: 'vtn' + branch: 'master' + mvn-settings: 'vtn-settings' + mvn-goals: 'clean deploy -V -Pintegrationtests,strictcheck,docs -Dvtn.build.jobs=2' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: 'neutron-merge-{stream},openflowplugin-merge-{stream},ovsdb-merge-{stream}' + email-upstream: '[vtn] [neutron] [openflowplugin] [ovsdb]' + + # Please do not archive maven sites!!! + # Maven sites are published to Nexus at: + # https://nexus.opendaylight.org/content/sites/site/ + archive-artifacts: 'manager/dist/*/target/*.zip coordinator/dist/target/*.bz2' + + # Used by the release job + staging-profile-id: a699799dd6fc9 + - project: name: vtn-oxygen jobs: @@ -9,7 +34,7 @@ stream: oxygen project: 'vtn' project-name: 'vtn' - branch: 'master' + branch: 'stable/oxygen' mvn-settings: 'vtn-settings' mvn-goals: 'clean deploy -V -Pintegrationtests,strictcheck,docs -Dvtn.build.jobs=2' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'