Add global-jjb jobs to ci-management 41/5741/12
authorJeremy Phelps <jphelps@linuxfoundation.org>
Tue, 11 Jul 2017 15:20:23 +0000 (10:20 -0500)
committerJeremy Phelps <jphelps@linuxfoundation.org>
Wed, 12 Jul 2017 19:04:14 +0000 (14:04 -0500)
Change-Id: I6cc5340cb57f8806a9d8a68f7d6a5bd69d7755a4
JIRA: CIMAN-4
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
jjb/ci-management/ci-management.yaml
jjb/global-defaults.yaml

index 3181eab..96464f3 100644 (file)
@@ -1,13 +1,15 @@
 ---
 - project:
     name: ci-management-jobs
-    project: 'ci-management'
     jobs:
       - '{project}-verify-jjb'
       - '{project}-merge-jjb'
+      - '{project-name}-ci-jobs'
       - '{project}-verify-packer'
       - '{project}-merge-packer-{platforms}-{templates}'
 
+    project: 'ci-management'
+    project-name: 'ci-management'
     archive-artifacts: '**/*.log'
     branch: 'master'
     build-timeout: '60'
index 59b7bcd..2662ce4 100644 (file)
@@ -13,6 +13,7 @@
 
     # default gerrit server definition
     server-name: 'Primary'
+    gerrit-server-name: 'Primary'
 
     # Java
     jdk: ''
@@ -36,4 +37,7 @@
     maven-version: 'mvn33'
 
     # git submodule attributes
-    submodule-recursive: true
\ No newline at end of file
+    submodule-recursive: true
+
+    # Jenkins
+    jenkins-ssh-credential: onap-jenkins-ssh
\ No newline at end of file