Problem
When reporting a build to Sealights via Maven from the command line, you need to provide a different build name each time you create a new Build Session ID.
...
Using an timestamp generated by Sealights
Sealights Java agents supports a specific SL_Timestamp variable the JSON configuration file to set the Sealights Maven plugin generating automatically a time stamp as a default buildname.
The default format is yyyy.MM.dd-hh.mm.
Code Block | ||||
---|---|---|---|---|
| ||||
{ ... "buildName": "SL_Timestamp", ... } |
...