Remove periodic template 85/41685/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 12 Jul 2016 00:11:54 +0000 (20:11 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 12 Jul 2016 00:12:19 +0000 (20:12 -0400)
Should have been removed as part of:
https://git.opendaylight.org/gerrit/41614/

Change-Id: If80b18310509e275427218cacbcce5e79de41d19
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb-templates/periodic.yaml [deleted file]

diff --git a/jjb-templates/periodic.yaml b/jjb-templates/periodic.yaml
deleted file mode 100644 (file)
index f3e0a39..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-- job-template:
-    name: 'PROJECT_SHORTNAME-periodic-{stream}'
-    disabled: false
-
-    # Job template for periodic builders
-    #
-    # The purpose of this job template is to setup a periodic
-    # builder.
-    #
-    # Required Variables:
-    #     stream:    release stream (eg. stable-lithium or beryllium)
-    #     branch:    git branch (eg. stable/lithium or master)
-
-    project-type: maven
-    node: dynamic_verify
-    jdk: '{jdk}'
-
-    logrotate:
-        daysToKeep: '14'
-        numToKeep: '10'
-        artifactDaysToKeep: '{build-artifact-days-to-keep}'
-        artifactNumToKeep: '{build-artifact-num-to-keep}'
-
-    parameters:
-        - project-parameter:
-            project: '{project}'
-
-    scm:
-        - git-scm:
-            refspec: ''
-            branch: '{branch}'
-
-    wrappers:
-        - opendaylight-infra-wrappers:
-            build-timeout: '{build-timeout}'
-
-    triggers:
-        - timed: '@daily'
-
-    prebuilders:
-        - jacoco-nojava-workaround
-        - provide-maven-settings:
-            global-settings-file: 'odl-global-settings'
-            settings-file: 'JENKINS_SETTINGS'
-
-    maven:
-        maven-name: '{mvn33}'
-        root-pom: 'POM'
-        goals: 'MAVEN_GOALS -V -B -Djenkins'
-        maven-opts: 'MAVEN_OPTS'
-        settings: 'JENKINS_SETTINGS'
-        settings-type: cfp
-        global-settings: 'odl-global-settings'
-        global-settings-type: cfp
-
-    reporters:
-        - findbugs
-
-    publishers:
-        - email-notification:
-            email-prefix: '[PROJECT_SHORTNAME]'
-        - jacoco-report
-        - archive-build:
-            maven-version: '{mvn33}'