Pass Build Name from CLI
Last updated
Was this helpful?
Was this helpful?
{
...
"buildName": "SL_Timestamp",
...
}<properties>
...
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMdd_HHmm</maven.build.timestamp.format>
</properties>{
...
"buildName": "${timestamp}",
...
}<configuration>
...
<buildSessionIdFile>buildSessionId.txt</buildSessionIdFile>
<createBuildSessionId>true</createBuildSessionId>
<appName>MyApp</appName>
<branchName>master</branchName>
<buildName>${timestamp}</buildName>
...
</configuration>