Create JJB for IoTDM with odlparent, yangtools, controoler and aaa as dependencies
[releng/builder.git] / jjb / releng-macros.yaml
index f7197adfa6f54b7c1502f0cc71c327a458fe9ad6..22cfab0463a43671f448943899cd408d7dd30fd3 100644 (file)
                   - branch-compare-type: 'ANT'
                     branch-pattern: '**/{branch}'
 
+- publisher:
+    name: archive-artifacts
+    publishers:
+        - archive:
+            artifacts: '{artifacts}'
+            allow-empty: true
+            fingerprint: true
+            latest-only: true
+
 - publisher:
     name: email-notification
     publishers:
                 exec-pattern: "**/**.exec"
                 class-pattern: "**/classes"
                 source-pattern: "**/src/main/java"
+                exclusion-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**"
                 status-update: true
                 targets:
                   - branch:
                   - method:
                       healthy: 50
                       unhealthy: 40
+
+- builder:
+    name: wipe-org-opendaylight-repo
+    builders:
+        - shell: 'if [ -d /tmp/r/org/opendaylight ]; then rm -rf /tmp/r/org/opendaylight; fi'