Run windows batch command in background using start pipeline { agent { label 'master' } stages{ stage ('windows-nohup') { steps { bat """set ...
確定! 回上一頁