1、Pipeline 是什么 1.1 Declarative Pipeline pipeline { agent any stages { stage('Build') { steps { } } stage(