jenkins05-参数化pipeline

发布时间 2023-09-11 21:50:21作者: 麦恒
  • 参数化pipeline:是指可以通过传参来决定pipeline的行为。参数化让写pipeline就像写函数,而函数意味着可重用、更抽象。所以,通常使用参数化pipeline来实现一些通用的pipeline。

1