...
Code Block | ||
---|---|---|
| ||
mvn clean install -Psealights -DBUILD_NUMBER=3 |
In case you would like order to use a timestamp to identify report the build reported to Sealights, please prefer to useĀ use for example -DBUILD_NUMBER=`date +"%y%m%d_%H%M"`
Using a timestamp variable in pom.xml
...