Welcome to the Jazz Community Forum
How to keep inputs (partially) hidden?

I have an environmental variable which has a default value. When a developer logs on to run a build, I don't want him to be able to access this variable. When the lead developer logs on, I want him to be able to access and change this value. How can I do this? I've thought of making two different projects - one for developers and one for leads, but I'd rather only have one project which can be used by both.
Thanks,
John Bobinyec
Thanks,
John Bobinyec
One answer

I tried something. I created two environments. One is for the developers. This one has a hidden variable. This environment is assigned to the project. The other environment also has this variable, but it is not hidden and is "must change". This environment is assigned to a step which only the lead developers have access to.
So now when a lead developer executes this project, this extra step executes. When it does, I was hoping that a panel would pop up and force the lead developer to change this variable, but it doesn't happen.
John Bobinyec
So now when a lead developer executes this project, this extra step executes. When it does, I was hoping that a panel would pop up and force the lead developer to change this variable, but it doesn't happen.
John Bobinyec