Update automated jobs
[releng/builder.git] / jjb / odlparent / odlparent.yaml
index ff3ffb81c0b21b9e708f8abd97f42f027189ceb6..6d0c9fb6fff7a7f56a4c49f4941dcccc2b8d8f18 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