正文pipeline简单规则IP云V管理员/2022-11-29/2 阅读 11/29提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 Declarative 1、 pipeline{ agent options{ } stages{ stage(' '){ steps{ } } } post{ always{} changed{} fixed{} regression{} aborted{} failure{} success{} unstable{} cleanup{} } }