1 Star 0 Fork 41

oiwoda/icloud-cache

forked from iBytePro/mPass-cache 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Jenkinsfile 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shangzhi.Li 提交于 2018-11-15 11:44 . iCloud-Cache 注解配置更新
pipeline {
agent any
stages {
stage('Test') {
steps {
echo 'Test'
}
}
stage('Build') {
steps {
sh 'mvn install'
echo 'Building'
}
}
stage('Deploy') {
steps {
echo 'Deploying'
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/oiwoda/icloud-cache.git
git@gitee.com:oiwoda/icloud-cache.git
oiwoda
icloud-cache
icloud-cache
master

搜索帮助