I want to hide jenkins sh execute command in pipeline
pipeline { agent any stages { stage(\'Load Lib\') { steps {
You can override this behaviour for the whole script by putting the following at the top of the build step:
#!/bin/bash +x