摘要: 一般情况下,Jenkins使用pipeline中Checkout拉取代码最简单脚本如下: pipeline { agent any stages { stage('Checkout') { steps { checkout([ $class: 'GitSCM', branches: [[name: 阅读全文
posted @ 2024-01-08 15:24 Believer007 阅读(313) 评论(0) 推荐(0) 编辑

喜欢请打赏

扫描二维码打赏

了解更多

点击右上角即可分享
微信分享提示