1 Star 0 Fork 28

zhangxubo / ci-bot

forked from openEuler / ci-bot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Jenkinsfile 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
freesky-edward 提交于 2019-10-24 10:07 . Update jenckins file
pipeline {
agent { docker { image 'golang' } }
stages {
stage('build') {
steps {
sh '''
go get golang.org/x/crypto/ssh
go get -v -tags 'fixtures acceptance' ./...
go get github.com/wadey/gocovmerge
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/goimports
'''
sh './script/coverage'
}
}
}
}
Go
1
https://gitee.com/zhang_xubo/ci-bot.git
git@gitee.com:zhang_xubo/ci-bot.git
zhang_xubo
ci-bot
ci-bot
master

搜索帮助