Prevent Jazz build property from appearing in build record
Hi
Using the Jazz Ant build engine, RTC kindly keeps a record of all the properties that went into a specific build on the properties tab of the build record. HOWEVER - I have a business sensitive property that I DON'T want to have recorded. Specifically, the property appears in the build definition without any value. The user provides a value when they kick off the build by entering it on the Request Build screen. But I DON'T want that value to appear in the build on the properties tab. Any chance there's an easy way to do that? |
Accepted answer
The closest thing RTC has is the password file.
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/topic/com.ibm.team.build.doc/topics/tcreatepasstxt.html I'm not sure of your usage, but that is the closest thing to an encrypted value RTC offers. ~Spencer Hi Greg Hodgkinson selected this answer as the correct answer
Comments
Greg Hodgkinson
commented Aug 03 '12, 6:05 a.m.
Thanks @spencer, but password files can only be used to help login to the jazz server - and not for anything else. Also, I do want this value to be specified as a build property at build time. I just don't want it to appear in the build record. |
One other answer
I'd suggest to put the protected properties in a property file and put the file on the build machine, where the regular users don't have access to.
Comments
Greg Hodgkinson
commented Sep 16 '13, 12:15 p.m.
Thanks for the input Kevin.
Greg Hodgkinson
commented Sep 16 '13, 12:17 p.m.
I should add that this only works for us because the value is pretty static and doesn't change often (if at all).
|
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.