1,流水线审批功能
插件1 pipeline
插件2 Extended Choice Parameter Plugin
https://blog.51cto.com/u_11243465/2159568
stage '审批'
input message: '请先确认 预生产环境已上线测试通过。。。',ok: '是的'
node {
stage('检出代码'){
git branch: '',
}
stage('Maven编译'){
dir(',/'){
sh ''
}
}
stage('镜像构建'){
dir(',/'){
docker.build()
}
}
stage('版本发布'){
dir(',/'){
sh ''
}
}
}
https://blog.csdn.net/ZHONGZEWEI/article/details/110822751
https://blog.51cto.com/u_3388803/2519849
https://cloud.tencent.com/developer/article/1803607
https://www.ssgeek.com/post/jenkinssharelibrary-shi-jian-zhi-zi-ding-yi-tong-zhi-qi/