Skip to content

Commit

Permalink
Add docker compose file to define the Cabana job on Jenkins CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Mar 12, 2019
1 parent 671f2c4 commit 67a2f65
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/jenkins/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '2.3'
services:
ci:
image: dalg24/cabana-base:19.03.1
volumes:
- jenkins_data:$WORKSPACE/../..:rw
command: bash -xe $WORKSPACE/scripts/jenkins/build.sh
working_dir: $WORKSPACE
runtime: nvidia
network_mode: "none"
volumes:
jenkins_data:
external:
name: $JENKINS_DATA_VOLUME

0 comments on commit 67a2f65

Please sign in to comment.