diff --git a/Jenkinsfile b/Jenkinsfile index 4f40ac6..8ec20b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 """