Correct Network Args

This commit is contained in:
Shane MacBride 2017-08-18 11:07:38 -07:00 committed by GitHub
parent 040ccac5a6
commit 66fd42a45e

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
agent { agent {
docker { docker {
image 'maven:3.5.0' image 'maven:3.5.0'
args '--network=pipelinedeveloper_default' args '-e INITIAL_ADMIN_USER -e INITIAL_ADMIN_PASSWORD --network=${LDOP_NETWORK_NAME}'
} }
} }
steps { steps {