-
New Feature
-
Resolution: Incomplete
-
Minor
Please add an option to disable echo of the command being executed (echo to log).
Most of the time the commands only make the log less clear to read and harder to inspect.
Current workaround is to put commands in a script and just execute the script. This however is not a viable workaround in all cases.
[JENKINS-33455] Option to disable echo of executed commands
Workflow | Original: JNJira [ 169375 ] | New: JNJira + In-Review [ 183474 ] |
Assignee | Original: bap [ bap ] | New: Alex Earl [ slide_o_mix ] |
Resolution | New: Done [ 10000 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
BTW for standard "Execute shell" step there is a better workaround - you can simply add `set +x` command to disable echo. However this doesn't work for the SSH plugin.