创建证书步骤
证书存放目录
1 | cd /home/gitsource/ |
创建全局存储证书
1 | git config --global credential.helper store |
获取版本(账号|密码)
1 | git clone <Gitlab_url> |
获取tag列表
1 | git ls-remote -h -t <Gitlab_url> refs/tags/* |
Jenkins配置
添加动态选择变量
1 | # 创建变量参数 |
修改gitlab拉取规则
1 | # 资源管理 |
1 | cd /home/gitsource/ |
1 | git config --global credential.helper store |
1 | git clone <Gitlab_url> |
1 | git ls-remote -h -t <Gitlab_url> refs/tags/* |
1 | # 创建变量参数 |
1 | # 资源管理 |