diff --git a/Jenkinsfile b/Jenkinsfile index 3b3027e..1a9e7b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ echo 'Building..' sh 'docker build --tag base ./ -f Dockerfile.base' sh 'docker build --tag lint-agent ./ -f Dockerfile.lint' - sh 'docker build --no-cache --tag linux-build-agent ./ -f Dockerfile.build.linux' + sh 'docker build --tag linux-build-agent ./ -f Dockerfile.build.linux' sh 'docker build --tag windows-build-agent ./ -f Dockerfile.build.windows' sh 'docker build --tag macosx-build-agent ./ -f Dockerfile.build.macosx' }