File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,21 @@ docker push localhost:5000/ppiper/neo-cli:latest
2323git clone https://github.com/piper-validation/cloud-s4-sdk-book -b validate-neo-cli test-project
2424pushd test-project
2525
26- docker run -v //var/run/docker.sock:/var/run/docker.sock -v $( pwd) :/workspace -v /tmp\
27- -e CX_INFRA_IT_CF_PASSWORD -e CX_INFRA_IT_CF_USERNAME -e BRANCH_NAME=master \
28- -e CASC_JENKINS_CONFIG=/workspace/jenkins.yml -e HOST=$( hostname) \
26+ docker run \
27+ -v //var/run/docker.sock:/var/run/docker.sock \
28+ -v " $( pwd) :/workspace" \
29+ -v /tmp\
30+ -e CX_INFRA_IT_CF_PASSWORD \
31+ -e CX_INFRA_IT_CF_USERNAME \
32+ -e BRANCH_NAME=master \
33+ -e CASC_JENKINS_CONFIG=/workspace/jenkins.yml \
34+ -e HOST=$( hostname) \
2935 ppiper/jenkinsfile-runner
3036
3137popd
3238
3339function cleanup {
3440 rm -rf test-project
41+ docker rm --force registry
3542}
3643trap cleanup EXIT
You can’t perform that action at this time.
0 commit comments