Visibilty of RTC build hidden properties
![]()
Hi all,
We have defined a property as hidden in build definition of RTC build.
And then passed this parameter in the command line to the ant build.
Is there any way to check this hidden property in build properties file or any other logs?
Because we want to make sure that this hidden property is hidden properly and not exposed anywhere since we are passing the password in the hidden property.
Thanks in Advance!
Regards,
Suvidya
|
One answer
![]()
Ralph Schoon (61.6k●3●36●43)
| answered Sep 07 '20, 8:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER See https://www.ibm.com/support/knowledgecenter/SSYMRC_7.0.1/com.ibm.team.build.doc/topics/r_buildprop.html they are only hidden in the UI and get passed in build definitions as mentioned above. Example: https://www.ibm.com/support/knowledgecenter/SSYMRC_7.0.1/com.ibm.team.build.doc/topics/r_buildprop.html
|