Add WhiteSource AAI jobs 37/92937/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 7 Aug 2019 18:33:49 +0000 (11:33 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 7 Aug 2019 18:33:49 +0000 (11:33 -0700)
Add AAI scans for WhiteSource for:
aai/aai-common
aai/resources
aai/model-loader
aai/sparky-be
aai/search-data-service

Change-Id: I31311d882166e061f390f0ad857462ff8afdfc13
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/aai/aai-aai-common.yaml
jjb/aai/aai-model-loader.yaml
jjb/aai/aai-resources.yaml
jjb/aai/aai-search-data-service.yaml
jjb/aai/aai-sparky-be.yaml

index 3ccff7d..5508f10 100644 (file)
     mvn-version: 'mvn35'
     files: 'Dockerfiles/aai-common/**'
     build-node: ubuntu1604-docker-8c-8g
+
+- project:
+    name: 'aai-aai-common-whitesource'
+    project-name: 'aai-aai-common'
+    jobs:
+      - gerrit-whitesource-scan
+    mvn-settings: 'aai-aai-common-settings'
+    wss-product-name: 'aai'
+    mvn-clean-install: true
+    project: 'aai/aai-common'
+    branch: master
index e4a99a1..5bdc717 100644 (file)
       - gerrit-info-yaml-verify
     project: aai/model-loader
     branch: master
+
+- project:
+    name: 'aai-model-loader-whitesource'
+    project-name: 'aai-model-loader'
+    jobs:
+      - gerrit-whitesource-scan
+    mvn-settings: 'aai-model-loader-settings'
+    wss-product-name: 'aai'
+    mvn-clean-install: true
+    project: 'aai/model-loader'
+    branch: master
index 011031e..87c6c1f 100644 (file)
       - gerrit-info-yaml-verify
     project: aai/resources
     branch: master
+
+- project:
+    name: 'aai-resources-whitesource'
+    project-name: 'aai-resources'
+    jobs:
+      - gerrit-whitesource-scan
+    mvn-settings: 'aai-resources-settings'
+    wss-product-name: 'aai'
+    mvn-clean-install: true
+    project: 'aai/resources'
+    branch: master
index f9dac15..6b0d2d7 100644 (file)
       - gerrit-info-yaml-verify
     project: aai/search-data-service
     branch: master
+
+- project:
+    name: 'aai-search-data-service-whitesource'
+    project-name: 'aai-search-data-service'
+    jobs:
+      - gerrit-whitesource-scan
+    mvn-settings: 'aai-search-data-service-settings'
+    wss-product-name: 'aai'
+    mvn-clean-install: true
+    project: 'aai/search-data-service'
+    branch: master
index 08b1900..4043bfd 100644 (file)
       - gerrit-info-yaml-verify
     project: aai/sparky-be
     branch: master
+
+- project:
+    name: 'aai-sparky-be-whitesource'
+    project-name: 'aai-sparky-be'
+    jobs:
+      - gerrit-whitesource-scan
+    mvn-settings: 'aai-sparky-be-settings'
+    wss-product-name: 'aai'
+    mvn-clean-install: true
+    project: 'aai/sparky-be'
+    branch: master