1 Star 0 Fork 18

CTO.Baay/CITA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Jenkinsfile 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
rink1969 提交于 2017-10-30 15:03 . run ci with docker
pipeline {
agent any
stages {
stage('func test') {
steps {
sh 'scripts/ci.sh'
}
}
}
post {
always {
archive 'target/install/*,target/*.log'
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/baay-labs/CITA.git
git@gitee.com:baay-labs/CITA.git
baay-labs
CITA
CITA
master

搜索帮助