node { def status = powershell(returnStatus: true, script: 'ipconfig') if (status == 0) { // Success! } } Capture and print the output of a ...
確定! 回上一頁