Added release job and timeout 85/1285/1
authorml636r <ml636r@att.com>
Thu, 23 Feb 2017 12:50:05 +0000 (14:50 +0200)
committerml636r <ml636r@att.com>
Thu, 23 Feb 2017 12:50:05 +0000 (14:50 +0200)
Change-Id: I6f32ff0cda7d0384a2aaa330e8056befd01a533c
Signed-off-by: ml636r <ml636r@att.com>
jjb/sdc/sdc-sdc-distribution-client.yaml
jjb/sdc/sdc-sdc_common.yaml

index 0e7ce36..7553da0 100644 (file)
@@ -5,6 +5,7 @@
     project-name: 'sdc-sdc-distribution-client'
     jobs:
       - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-release-version-java-daily'
       - '{project-name}-{stream}-merge-java'
 
     project: 'sdc/sdc-distribution-client'
@@ -14,3 +15,4 @@
     mvn-settings: 'sdc-sdc-distribution-client-settings'
     files: '**'
     archive-artifacts: ''
+    build-timeout: 60
index a29eb31..382f5b3 100644 (file)
@@ -5,6 +5,7 @@
     project-name: 'sdc-sdc_common'
     jobs:
       - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-release-version-java-daily'
       - '{project-name}-{stream}-merge-java'
 
     project: 'sdc/sdc_common'
@@ -14,3 +15,4 @@
     mvn-settings: 'sdc-sdc_common-settings'
     files: '**'
     archive-artifacts: ''
+    build-timeout: 60