Hi all,
I had a question regarding Pipeline script in Jenkins. Currently, I am using the wildfly maven plugin to deploy JSF apps to a Wildfly server using the command line. In Jenkins I’m doing this with a bat command. Unfortunately, whenever a build fails, the offending bat command gets sent to the console output, which in this case contains the password used by the wildfly server, but some of our servers have passwords which our developers are not supposed to know.
Is it possible to strip parts of the Console Output off so that the password does not appear when using a bat command?
Thanks!