diff --git a/services/web/Jenkinsfile b/services/web/Jenkinsfile index 93f0a31008..6421174e68 100644 --- a/services/web/Jenkinsfile +++ b/services/web/Jenkinsfile @@ -74,6 +74,8 @@ pipeline { } steps { sh 'node_modules/.bin/grunt compile --verbose' + // replace the build number placeholder for sentry + sh 'node_modules/.bin/grunt version' } }