35 Star 96 Fork 41

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'
}
}
}
}
Java
1
https://gitee.com/ibyte/icloud-cache.git
git@gitee.com:ibyte/icloud-cache.git
ibyte
icloud-cache
mPass-cache
master

搜索帮助