To my knowledge you can only pass one. To work around this I would do something like this: def result = sh script: 'my-command || echo error', returnStdout ...
確定! 回上一頁