patch: waterfall
Some checks failed
Personal/PersonalMain-Golang/pipeline/head There was a failure building this commit

This commit is contained in:
筱锋xiao_lfeng 2024-01-31 13:55:55 +08:00
parent a4f0f020ce
commit d09f4a2eda
No known key found for this signature in database
GPG Key ID: F693AA12AABBFA87

3
Jenkinsfile vendored
View File

@ -2,6 +2,8 @@ pipeline {
environment {
QODANA_TOKEN=credentials('qodana-token')
}
node(本地) {
println "使用本地辅助节点"
agent {
docker {
args '''
@ -18,4 +20,5 @@ pipeline {
}
}
}
}
}