Insert build number in plugin.yml
timothyekl opened this issue ยท 1 comments
Currently, the Maven build steps don't replace the @BUILD@
placeholder in plugin.yml
, leading to the raw unreplaced string appearing in server logs and other plugin info. Fix this.
Fixed in 0f03f16. If anyone has an idea of how to sub in the string "DEV" when building locally without Jenkins' environment variables (cough cough @fernferret), let me know.