ContributionsMost RecentMost LikesSolutionsRe: Encrypted properties are being displayed in Jenkins logs when test fails The proposed solution works but requires all sensitive information to be maintained in two places - Jenkins and ReadyAPI. Testers run the test cases manually as well outside of Jenkins. Can this be entered as an enhancement to not display encrypted fields in the logs in the case of test case failures. Re: Encrypted properties are being displayed in Jenkins logs when test fails How do you refernce the global Jenkins property within the Ready API project? Encrypted properties are being displayed in Jenkins logs when test fails We have Ready API tests integrated with our Jenkins builds using the Jenkins plugin. We are running into an issue with encryption of sensitive information in the Ready API tests. We have certain fields set up as encrypted properties in our ReadyAPI tests. When a test fails it prints out the decrypted value to the reports generated by the Ready API Jenkins plugin and also to the console output in Jenkins. What are our options to obfuscate these encrypted fields? We’ve tried encrypting the entire project and encrypting individual properties – both these approaches print out all the encrypted fields in the logs when a test fails. Solved