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
d09f4a2eda
commit
04e53f3740
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -2,9 +2,8 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
QODANA_TOKEN=credentials('qodana-token')
|
QODANA_TOKEN=credentials('qodana-token')
|
||||||
}
|
}
|
||||||
node(本地) {
|
|
||||||
println "使用本地辅助节点"
|
|
||||||
agent {
|
agent {
|
||||||
|
label '本地'
|
||||||
docker {
|
docker {
|
||||||
args '''
|
args '''
|
||||||
-v "${WORKSPACE}":/data/project
|
-v "${WORKSPACE}":/data/project
|
||||||
@ -20,5 +19,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user