Normally a declarative Jenkins pipeline is pretty simple it can look something like this: pipeline { agent { label "linux&&x86_64" } stages ...
確定! 回上一頁