Pass Build Name from CLI
Problem
{
...
"buildName": "${BUILD_NUMBER}",
...
}Solutions
Maven Parameter from Command line to Sealights plugin
mvn clean install -Psealights -DBUILD_NUMBER=3mvn clean install -Psealights -DBUILD_NUMBER=`date +"%y%m%d_%H%M"`Timestamp defined as part of the Maven configuration
Last updated
Was this helpful?

