1 Star 0 Fork 106

Qiurz/prex

forked from prex官方团队/prex 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jenkinsfile 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
lihaodong 提交于 2021-06-05 15:52 . 新增自动化部署文件
pipeline {
agent any
stages { //项目构建
stage('pull code') { //拉取代码
steps { //具体实施步骤
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '218fb747-c605-4fa0-80d3-c322cd42d7a9', url: '[email protected]:kaiyuantuandui/prex.git']]])
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/adb_de_24/prex.git
[email protected]:adb_de_24/prex.git
adb_de_24
prex
prex
master

搜索帮助