Modified Dockerfile
test-org/runner-rs/pipeline/pr-rc Build started...
Details
test-org/runner-rs/pipeline/pr-rc Build started...
Details
parent
f6c952f208
commit
390f496004
|
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
sh "mkdir -p ${targetDirRisc}"
|
sh "mkdir -p ${targetDirRisc}"
|
||||||
|
|
||||||
sh """
|
sh """
|
||||||
docker build --network=host --no-cache -t e-monitor .
|
docker build --network=host -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