Fix sonar job configuration for vnfsdk/ice 03/34803/2
authorMickael JEZEQUEL <mickael.jezequel@orange.com>
Thu, 8 Mar 2018 15:41:44 +0000 (16:41 +0100)
committerMickael JEZEQUEL <mickael.jezequel@orange.com>
Fri, 9 Mar 2018 07:29:26 +0000 (08:29 +0100)
Add another subproject to distinguish validation-scripts and ice-server
configurations

Change-Id: I8f669f7a0ec04dffa13313eab98efe75039d23ce
Issue-ID: VNFSDK-39
Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
jjb/vnfsdk/vnfsdk-ice-python.yaml

index 4ef86a0..f8eb213 100644 (file)
@@ -8,9 +8,14 @@
       - 'master':
           branch: 'master'
     subproject:
-      - ice:
-          path: '.'
-          pattern: '**'
+      - 'scripts':
+          path: 'validation-scripts'
+          pattern: 'validation-scripts/**'
+          pom: 'validation-scripts/pom.xml'
+      - 'server':
+          path: 'ice-server'
+          pattern: 'ice-server/**'
+          pom: 'ice-server/pom.xml'
     mvn-settings: 'vnfsdk-ice-settings'
     build-node: ubuntu1604-basebuild-4c-4g
     jobs: