cicd fix#2
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
parent
576a5e0739
commit
d229ae1ce9
|
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
sh "mkdir -p ${targetDir}"
|
sh "mkdir -p ${targetDir}"
|
||||||
|
|
||||||
sh """
|
sh """
|
||||||
docker build --network=host -t --no-cache e-monitor .
|
docker build --network=host --no-cache -t e-monitor .
|
||||||
|
|
||||||
docker run --name e-monitor --dns 8.8.8.8 --network=host e-monitor:latest
|
docker run --name e-monitor --dns 8.8.8.8 --network=host e-monitor:latest
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue