diff --git a/Jenkinsfile b/Jenkinsfile index 91a827c..04646a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { dockerfile { filename 'Dockerfile' - args '-u root' + args '-u root --no-cache' } }