【发布时间】:2017-07-06 12:28:06
【问题描述】:
我想更新 git clone 上的子模块。
有没有办法使用 Jenkins 管道 Git 命令来做到这一点?
目前我正在这样做......
git branch: 'master',
credentialsId: 'bitbucket',
url: 'ssh://bitbucket.org/hello.git'
但是一旦克隆它就不会更新子模块
【问题讨论】:
标签: git jenkins jenkins-pipeline