Update automated jobs
[releng/builder.git] / jjb / unimgr / unimgr.yaml
index d2fa0f3ae13b0f1c8cc79607ee4f0e81b566db72..a00a67dcd330f8605d965def9eb62dc1790fab95 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: '$GIT_BASE'
+            url: '$CLONE_URL'
             refspec: ''
             branches:
                 - 'origin/{branch}'
             shallow-clone: true
             submodule:
                 recursive: true
+                timeout: 15
 
     wrappers:
         - autorelease-build-timeout