AAI-Simulator: Updating JJB Job 22/111622/2
authorajay_dp001 <ajay.deep.singh@est.tech>
Mon, 24 Aug 2020 07:54:52 +0000 (13:24 +0530)
committerajay_dp001 <ajay.deep.singh@est.tech>
Wed, 26 Aug 2020 09:06:52 +0000 (14:36 +0530)
Issue-ID: INT-1704
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: Ib211c1ee797e0e6249788413f8535a19e97ff137

jjb/integration/integration-docker.yaml

index b315bc4..410a025 100644 (file)
     jobs:
       - gerrit-docker-verify
       - gerrit-docker-merge
+
+- project:
+    name: integration-docker-aai-simulator
+    project-name: 'integration'
+    jobs:
+      - integration-docker-merge
+      - integration-docker-verify
+    project: 'integration'
+    stream:
+      - 'master':
+          branch: 'master'
+    subproject:
+      - 'aai-simulator':
+          pom: 'test/mocks/aai-simulator/pom.xml'
+          pattern: 'test/mocks/aai-simulator/**'
+          mvn-goals: 'mvn clean install -Dcheckstyle.skip'
+          post-docker-verify-script: |
+              #!/bin/bash
+              set -ex # Fail build if any setup step fails
+              cd $WORKSPACE/test/mocks/aai-simulator
+              tox
+    mvn-settings: 'integration-settings'
+    files: '**'
+    archive-artifacts: ''