release number (#32)

Replace release number in pug template for sentry
This commit is contained in:
Joe Green 2017-09-29 10:37:39 +01:00 committed by GitHub
parent 13628f82ec
commit 3c9c94f3c2

View file

@ -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'
}
}