summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/integration/integration-docker-compose.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/jjb/integration/integration-docker-compose.yaml b/jjb/integration/integration-docker-compose.yaml
new file mode 100644
index 000000000..540ee4f95
--- /dev/null
+++ b/jjb/integration/integration-docker-compose.yaml
@@ -0,0 +1,18 @@
+---
+- project:
+ name: integration-docker-compose
+ project-name: 'integration'
+ project: 'integration'
+ stream:
+ - 'master':
+ branch: 'master'
+ jobs:
+ - '{project-name}-{stream}-{subproject}-docker-compose-verify':
+ script: |
+ #!/bin/bash
+ cd $DOCKER_ROOT
+ docker-compose up -d
+ subproject:
+ - 'netconf-pnp-simulator':
+ pattern: 'test/mocks/netconf-pnp-simulator/modules/**'
+ docker_root: 'test/mocks/netconf-pnp-simulator/modules'