A simple parallel pipeline. Let's look at the following basic Jenkins pipeline pipeline { agent none stages { stage('run-parallel-branches') { ...
確定! 回上一頁