Update automated project templates 34/37834/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 19 Apr 2016 17:46:01 +0000 (17:46 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 19 Apr 2016 17:46:01 +0000 (17:46 +0000)
Change-Id: I98570fad396643f5e2f407e437476fdcb059750b
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
jjb/natapp/natapp.yaml

index 4351f66a554def4b777c4f67cf730c4a4266bcbc..0d62131824ace3d184c35e785537312f616efade 100644 (file)
             release-branch: '{branch}'
         - autorelease-release-datestamp:
             datestamp: true
+        - string:
+            name: CLONE_URL
+            default: 'ssh://jenkins-$SILO@git.opendaylight.org:29418/releng/autorelease'
+            description: "Autorelease clone URL"
 
     scm:
         - git:
-            url: 'https://git.opendaylight.org/gerrit/releng/autorelease'
+            url: '$CLONE_URL'
             refspec: ''
             branches:
                 - 'origin/{branch}'
             skip-tag: true
+            shallow-clone: true
             submodule:
                 recursive: true
+                timeout: 15
 
     wrappers:
         - autorelease-build-timeout