Update templates for openflowplugin 17/13717/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 17 Dec 2014 18:53:47 +0000 (13:53 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 17 Dec 2014 18:53:47 +0000 (13:53 -0500)
Change-Id: I991351c45deb68e5316753ffd8fb9c09dbf4d83c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/openflowplugin/openflowplugin.yaml

index 09056cacaa1526a71b832c45e56068355eb2d646..6f0952a37131d126d9e623ea2279e28a6a9b63ea 100644 (file)
@@ -18,6 +18,7 @@
         - stable-helium:
             branch: 'stable/helium'
 
+    project: 'openflowplugin'
 
 # 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/openflowplugin.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/openflowplugin.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/openflowplugin.git'
             refspec: ''
             branch: '{branch}'