Add Jenkins jobs for VVP project 61/16261/2
authorAreli Fuss <af732p@att.com>
Thu, 28 Sep 2017 07:43:13 +0000 (10:43 +0300)
committerAreli Fuss <af732p@att.com>
Sun, 1 Oct 2017 08:30:50 +0000 (08:30 +0000)
Add Jenkins jobs to the VVP project
The current jobs are used to run Python
verification only.

Change-Id: Ib9d4158d1f5c9c5dc0ae0fbd774735d9cc65bde2
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
jjb/vvp/vvp-cms.yaml [new file with mode: 0644]
jjb/vvp/vvp-devkit.yaml [new file with mode: 0644]
jjb/vvp/vvp-engagementmgr.yaml [new file with mode: 0644]
jjb/vvp/vvp-gitlab.yaml [new file with mode: 0644]
jjb/vvp/vvp-image-scanner.yaml [new file with mode: 0644]
jjb/vvp/vvp-jenkins.yaml [new file with mode: 0644]
jjb/vvp/vvp-portal.yaml [new file with mode: 0644]
jjb/vvp/vvp-postgresql.yaml [new file with mode: 0644]
jjb/vvp/vvp-validation-scripts.yaml [new file with mode: 0644]

diff --git a/jjb/vvp/vvp-cms.yaml b/jjb/vvp/vvp-cms.yaml
new file mode 100644 (file)
index 0000000..39c5c87
--- /dev/null
@@ -0,0 +1,19 @@
+---
+
+- project:
+    name: vvp-cms
+    project-name: 'vvp-cms'
+    project: 'vvp/cms'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-cms-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+    docker-pom: 'pom.xml'
+    mvn-profile: 'default'
diff --git a/jjb/vvp/vvp-devkit.yaml b/jjb/vvp/vvp-devkit.yaml
new file mode 100644 (file)
index 0000000..12898a5
--- /dev/null
@@ -0,0 +1,19 @@
+---
+
+- project:
+    name: vvp-devkit
+    project-name: 'vvp-devkit'
+    project: 'vvp/devkit'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-devkit-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+    docker-pom: 'pom.xml'
+    mvn-profile: 'default'
diff --git a/jjb/vvp/vvp-engagementmgr.yaml b/jjb/vvp/vvp-engagementmgr.yaml
new file mode 100644 (file)
index 0000000..fd8b7c4
--- /dev/null
@@ -0,0 +1,19 @@
+---
+
+- project:
+    name: vvp-engagementmgr
+    project-name: 'vvp-engagementmgr'
+    project: 'vvp/engagementmgr'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-engagementmgr-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+    docker-pom: 'pom.xml'
+    mvn-profile: 'default'
diff --git a/jjb/vvp/vvp-gitlab.yaml b/jjb/vvp/vvp-gitlab.yaml
new file mode 100644 (file)
index 0000000..dd38f85
--- /dev/null
@@ -0,0 +1,19 @@
+---
+
+- project:
+    name: vvp-gitlab
+    project-name: 'vvp-gitlab'
+    project: 'vvp/gitlab'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-gitlab-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+    docker-pom: 'pom.xml'
+    mvn-profile: 'default'
diff --git a/jjb/vvp/vvp-image-scanner.yaml b/jjb/vvp/vvp-image-scanner.yaml
new file mode 100644 (file)
index 0000000..68365c2
--- /dev/null
@@ -0,0 +1,19 @@
+---
+
+- project:
+    name: vvp-image-scanner
+    project-name: 'vvp-image-scanner'
+    project: 'vvp/image-scanner'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-image-scanner-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+    docker-pom: 'pom.xml'
+    mvn-profile: 'default'
diff --git a/jjb/vvp/vvp-jenkins.yaml b/jjb/vvp/vvp-jenkins.yaml
new file mode 100644 (file)
index 0000000..007e1ca
--- /dev/null
@@ -0,0 +1,19 @@
+---
+
+- project:
+    name: vvp-jenkins
+    project-name: 'vvp-jenkins'
+    project: 'vvp/jenkins'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-jenkins-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+    docker-pom: 'pom.xml'
+    mvn-profile: 'default'
diff --git a/jjb/vvp/vvp-portal.yaml b/jjb/vvp/vvp-portal.yaml
new file mode 100644 (file)
index 0000000..a348269
--- /dev/null
@@ -0,0 +1,19 @@
+---
+
+- project:
+    name: vvp-portal
+    project-name: 'vvp-portal'
+    project: 'vvp/portal'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-portal-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+    docker-pom: 'pom.xml'
+    mvn-profile: 'default'
diff --git a/jjb/vvp/vvp-postgresql.yaml b/jjb/vvp/vvp-postgresql.yaml
new file mode 100644 (file)
index 0000000..749e9ed
--- /dev/null
@@ -0,0 +1,19 @@
+---
+
+- project:
+    name: vvp-postgresql
+    project-name: 'vvp-postgresql'
+    project: 'vvp/postgresql'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-postgresql-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+    docker-pom: 'pom.xml'
+    mvn-profile: 'default'
diff --git a/jjb/vvp/vvp-validation-scripts.yaml b/jjb/vvp/vvp-validation-scripts.yaml
new file mode 100644 (file)
index 0000000..ccbad15
--- /dev/null
@@ -0,0 +1,17 @@
+---
+
+- project:
+    name: vvp-validation-scripts
+    project-name: 'vvp-validation-scripts'
+    project: 'vvp/validation-scripts'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - validation-scripts:
+          path: '.'
+          pattern: '**'
+    mvn-settings: 'vvp-validation-scripts-settings'
+    build-node: ubuntu1604-basebuild-4c-4g
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'