Update automated jobs
[releng/builder.git] / jjb / capwap / capwap.yaml
index bf8cab59e7b9d38704951ba65f8d481c433f7139..dd0e36d65b36ec52865a3bd57da2e3a93a9fa87c 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