patch: waterfall
Some checks failed
Personal/PersonalMain-Golang/pipeline/head There was a failure building this commit
Some checks failed
Personal/PersonalMain-Golang/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a4f0f020ce
commit
d09f4a2eda
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -2,6 +2,8 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
QODANA_TOKEN=credentials('qodana-token')
|
QODANA_TOKEN=credentials('qodana-token')
|
||||||
}
|
}
|
||||||
|
node(本地) {
|
||||||
|
println "使用本地辅助节点"
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
args '''
|
args '''
|
||||||
@ -19,3 +21,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user