Jenkinsfile converting base64 keystore data into jks file prints secret data on console
I am working on a Jenkins CI/CD setup to build and sign android apps. keystore base64 data is stored in a secret vault(https://www.hashicorp.com/products/vault). To convert it into jks file I am running below command in JenkinsFile. The issue is its printing the entire key(visible under Jenkins console output section).