cicd fix#2
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit Details

pull/20/head
prplV 2025-01-13 15:31:51 +03:00
parent 576a5e0739
commit d229ae1ce9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
""" """