how to hide prpcServiceUtils username & password ?
trying to configure the release pipeline by using some pipeline variable. (azure DevOps)
the problem is my REST API PEGA automation package contains mainly these 2 files.
1. prpcServiceUtils.bat
2. prpcServiceUtils.properties.
in the pipeline I have directed to execute the prpcServiceUtils.bat using the ADO Server batch script template.
The problems starts here, the username & password does not reside at the prpcServiceUtils.bat but is on the prpcServiceUtils.properties.
So how am I going to remove inputting clear plain text on the properties file and use the pipeline variable? Basically, the REST API works by triggering the prpcServiceUtils.bat and it will make reference to the prpcServiceUtils.properties.