1 Star 1 Fork 1

fastjrun/fastjrun-archetype

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy-nexus-gitee.groovy 201 Bytes
一键复制 编辑 原始数据 按行查看 历史
fastjrun 提交于 2022-02-02 08:42 +08:00 . 新增一个gitee拉代码的pipeline
node {
stage('git chekout') {
git branch: "master", url: 'https://gitee.com/fastjrun/fastjrun-archetype.git'
}
stage('mvn deploy') {
sh 'mvn clean deploy -Prelease'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fastjrun/fastjrun-archetype.git
git@gitee.com:fastjrun/fastjrun-archetype.git
fastjrun
fastjrun-archetype
fastjrun-archetype
master

搜索帮助