...
When using a variable in the Maven configuration (JSON or pom.xml), you can override its value via -D flag in the command lineĀ
Code Block | ||
---|---|---|
| ||
mvn clean install -Psealights -DBUILD_NUMBER=3 |
Using a timestamp variable from the command line
In order to use a timestamp to report the build to Sealights, please prefer to use for example
...
language | bash |
---|
...
line passing an specific number or any other value
Using a timestamp variable in pom.xml
...