Update automated project templates 98/13698/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 16 Dec 2014 22:46:47 +0000 (22:46 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 16 Dec 2014 22:46:47 +0000 (22:46 +0000)
Change-Id: Ib423692912571367a03064c4ba1f4ee4c074bc07
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
jjb/bgpcep/bgpcep.yaml
jjb/odlparent/odlparent.yaml
jjb/openflowjava/openflowjava.yaml
jjb/tcpmd5/tcpmd5.yaml
jjb/ttp/ttp.yaml

index f1d3fd13f8c9d8ccb0ec9287023fbcc4579630fe..2d44071f5725939b762d3d3dfd6cc9884b97282e 100644 (file)
@@ -18,6 +18,7 @@
         - stable-helium:
             branch: 'stable/helium'
 
+    project: 'bgpcep'
 
 # For the Job templates below replace instances of:
 # PROJECT with your project name (eg. controller)
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     parameters:
+        - project-parameter:
+            project: '{project}'
         - gerrit-parameter:
             branch: '{branch}'
 
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/bgpcep.git'
             refspec: '$GERRIT_REFSPEC'
             choosing-strategy: 'gerrit'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/bgpcep.git'
             refspec: ''
             choosing-strategy: 'default'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - git-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/bgpcep.git'
             refspec: ''
             branch: '{branch}'
 
index dca0d63fa08170846732548be4c7514e6a0c7af8..2d367f34e3c359772383f21bb9214ad8719919af 100644 (file)
@@ -18,6 +18,7 @@
         - stable-helium:
             branch: 'stable/helium'
 
+    project: 'odlparent'
 
 # For the Job templates below replace instances of:
 # PROJECT with your project name (eg. controller)
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     parameters:
+        - project-parameter:
+            project: '{project}'
         - gerrit-parameter:
             branch: '{branch}'
 
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/odlparent.git'
             refspec: '$GERRIT_REFSPEC'
             choosing-strategy: 'gerrit'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/odlparent.git'
             refspec: ''
             choosing-strategy: 'default'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - git-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/odlparent.git'
             refspec: ''
             branch: '{branch}'
 
index 11aea1ecde0d0d3111f0c20e0eb8d27f343b8564..e8f75095a3d7a95c1ce28ccb4eb1d9c3201a74e2 100644 (file)
@@ -18,6 +18,7 @@
         - stable-helium:
             branch: 'stable/helium'
 
+    project: 'openflowjava'
 
 # For the Job templates below replace instances of:
 # PROJECT with your project name (eg. controller)
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     parameters:
+        - project-parameter:
+            project: '{project}'
         - gerrit-parameter:
             branch: '{branch}'
 
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/openflowjava.git'
             refspec: '$GERRIT_REFSPEC'
             choosing-strategy: 'gerrit'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/openflowjava.git'
             refspec: ''
             choosing-strategy: 'default'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - git-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/openflowjava.git'
             refspec: ''
             branch: '{branch}'
 
index bd9687c5f1a98931b5c9dcef91ed21bb51637b4b..b3f14eab865168557ac824a8a883a60fc4483927 100644 (file)
@@ -18,6 +18,7 @@
         - stable-helium:
             branch: 'stable/helium'
 
+    project: 'tcpmd5'
 
 # For the Job templates below replace instances of:
 # PROJECT with your project name (eg. controller)
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     parameters:
+        - project-parameter:
+            project: '{project}'
         - gerrit-parameter:
             branch: '{branch}'
 
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/tcpmd5.git'
             refspec: '$GERRIT_REFSPEC'
             choosing-strategy: 'gerrit'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/tcpmd5.git'
             refspec: ''
             choosing-strategy: 'default'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - git-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/tcpmd5.git'
             refspec: ''
             branch: '{branch}'
 
index 72d32909434ab284623f88dc87915ed889346d58..f686a7e53fe275ac4f40596212827c405d37efda 100644 (file)
@@ -18,6 +18,7 @@
         - stable-helium:
             branch: 'stable/helium'
 
+    project: 'ttp'
 
 # For the Job templates below replace instances of:
 # PROJECT with your project name (eg. controller)
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     parameters:
+        - project-parameter:
+            project: '{project}'
         - gerrit-parameter:
             branch: '{branch}'
 
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/ttp.git'
             refspec: '$GERRIT_REFSPEC'
             choosing-strategy: 'gerrit'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/ttp.git'
             refspec: ''
             choosing-strategy: 'default'
 
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
     scm:
         - git-scm:
             credentials-id: '{ssh-credentials}'
-            scm-url: 'ssh://jenkins-releng@git.opendaylight.org:29418/ttp.git'
             refspec: ''
             branch: '{branch}'