Rename archive-build macro to opendaylight-infra-shiplogs
[releng/builder.git] / jjb / ovsdb / ovsdb-full-integration.yaml
index 0395c2e3dc885f1a4a5f8279971b33d05898faf1..52cd8fc9548bc85b10039fe0685e389029008cf5 100644 (file)
@@ -22,7 +22,6 @@
             jdks:
                 - openjdk8
         - stable-lithium:
-            disabled: true
             branch: 'stable/lithium'
             jdk: openjdk7
             jdks:
 
 - job-template:
     name: 'ovsdb-daily-full-integration-{stream}'
-    disabled: {disabled}
-    node: centos7-docker-2c-4g
-
-    project-type: freestyle
-    jdk: '{jdk}'
-    description: 'Integration tests for the OVSDB project against different versions of OVS and branches. This job runs nightly. '
 
     # Required Variables:
     #     stream:    release stream (eg. stable-lithium or beryllium)
     #     branch:    git branch (eg. stable/lithium or master)
 
+    project-type: freestyle
+    node: centos7-docker-2c-4g
+    jdk: '{jdk}'
+    description: 'Integration tests for the OVSDB project against different versions of OVS and branches. This job runs nightly. '
+
     logrotate:
         daysToKeep: '{build-days-to-keep}'
         numToKeep: '{build-num-to-keep}'
     publishers:
         - email-notification:
             email-prefix: '[ovsdb]'
-        - archive-build:
+        - opendaylight-infra-shiplogs:
             maven-version: '{mvn33}'