Modified Dockerfile
test-org/runner-rs/pipeline/pr-rc Build started... Details

pull/20/head
yuobrezkov 2025-01-13 16:56:48 +03:00
parent f6c952f208
commit 390f496004
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
sh "mkdir -p ${targetDirRisc}"
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
"""