X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Focpplugin%2Focpplugin.yaml;h=c07b59a6581e8490d059045a9f98556c07c1c98c;hb=HEAD;hp=f452f4684ef19b77f11f9adf06b4b9824f216ea6;hpb=dfb28dd0bac7379c599a82795fbae7d9747f9c47;p=releng%2Fbuilder.git diff --git a/jjb/ocpplugin/ocpplugin.yaml b/jjb/ocpplugin/ocpplugin.yaml deleted file mode 100644 index f452f4684..000000000 --- a/jjb/ocpplugin/ocpplugin.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# ODL Releng build templates -- project: - name: ocpplugin-boron - jobs: - - '{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}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' - - # stream: release stream (eg. stable-lithium or beryllium) - # branch: git branch (eg. stable/lithium or master) - stream: - - boron: - disable_autorelease: False - disable_distribution_check: False - project: 'ocpplugin' - project-name: 'ocpplugin' - branch: 'master' - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: '{mvn33}' - mvn-settings: 'ocpplugin-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: '[ocpplugin] [odlparent] [yangtools] [controller]' - archive-artifacts: '' - -- project: - name: ocpplugin-sonar - jobs: - - '{project-name}-sonar' - project: 'ocpplugin' - project-name: 'ocpplugin' - branch: 'master' - mvn-settings: 'ocpplugin-settings' - mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'