Merge "Activate jdk8 verification for openflowplugin"
[releng/builder.git] / jjb / autorelease / autorelease-master.yaml
index e71f5cbf68294329039eb347b80a1bc8949434f5..2e0c1f6a3d91a47c191194318d211e8152c3977c 100644 (file)
@@ -5,12 +5,7 @@
     jobs:
         - 'autorelease-daily-master'
 
-    # stream:    branch with - in place of / (eg. stable-helium)
-    # branch:    branch (eg. stable/helium)
-    stream:
-        - master:
-            branch: 'master'
-
+    branch: 'master'
     project: 'releng/autorelease'
     jdk: 'openjdk7'
 
@@ -39,7 +34,7 @@
             url: '$GIT_BASE'
             refspec: ''
             branches:
-                - 'origin/master'
+                - 'origin/{branch}'
             skip-tag: true
             recursive-submodules: true
 
@@ -76,6 +71,6 @@
 
     publishers:
         - archive-artifacts:
-            artifacts: 'sources.log'
+            artifacts: 'sources.log,patches/*.patch'
         - email-notification:
             email-prefix: '[autorelease]'