Capture exit status of a PowerShell script. node { def status = powershell(returnStatus: true, script: 'ipconfig') if (status == 0) ...
確定! 回上一頁