When providing the username:password directly in the cli command, credentials can unintentionally get logged and sent to Automate if the command fails.
Check List
[ ] All tests pass. See TESTING.md for details.
[ ] New functionality includes testing.
[ ] New functionality has been documented in the README if applicable.
Description
Allow users to load jenkins cli credentials from a file, as recommended by the Jenkins documentation - https://www.jenkins.io/doc/book/managing/cli/#http-connection-mode
Issues Resolved
When providing the username:password directly in the cli command, credentials can unintentionally get logged and sent to Automate if the command fails.
Check List