Better buildNumber format

This commit is contained in:
Gabriele C 2018-03-18 22:09:23 +01:00
parent ab8af032e1
commit e8c007e4fc

View File

@ -87,7 +87,7 @@
</property>
</activation>
<properties>
<project.buildNumber>${env.GIT_BRANCH}${env.BUILD_NUMBER}</project.buildNumber>
<project.buildNumber>${env.BUILD_NUMBER}N${env.GIT_BRANCH}</project.buildNumber>
</properties>
</profile>
<!-- Skip long hash tests, reduce the test time of 20-30 seconds -->