diff --git a/services/web/Jenkinsfile b/services/web/Jenkinsfile index b93982876f..6d32c863cf 100644 --- a/services/web/Jenkinsfile +++ b/services/web/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { } } steps { - sh 'make compile_full' + sh 'make clean compile_full' // replace the build number placeholder for sentry sh 'node_modules/.bin/grunt version' }