1 Star 0 Fork 10

老船长/openbilibili-go-common

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
jenkinsfile 347 Bytes
Copy Edit Raw Blame History
root authored 2019-04-22 02:59 . init
#!/usr/bin/env groovy
node {
try {
parallel (
checkout: {
stage('Checkout'){
checkout scm
}
},
)
stage('build') {
sh 'make build-keep-going'
}
} catch (e) {
currentBuild.result = "FAILED"
throw e
} finally {
echo 'final'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/captain/openbilibili-go-common.git
git@gitee.com:captain/openbilibili-go-common.git
captain
openbilibili-go-common
openbilibili-go-common
master

Search