How to include workspaceUUID and buildLabel into text file inside ear file
I want to include a text file into my RTC/Maven ear file build. Is there an easy way to get this done or maybe something simple that I am overthinking.
I want include a file such as:
applicationVersion.txt
Inside the text file I want to include the workspaceUUID and BuildLabel:
${team.scm.workspaceUUID}-${buildLabel}
ex. Development-20181113_1234
|
One answer
Ralph Schoon (63.7k●3●36●48)
| answered Nov 14 '18, 2:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER ${team.scm.workspaceUUID}-${buildLabel}>>mybuildInfo.txt ? |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.