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
e8e6da39c0
commit
f4f18e5da7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,7 +10,7 @@ pipeline {
|
||||||
stage('Qodana代码分析') {
|
stage('Qodana代码分析') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.image(jetbrains/qodana-go).run('''
|
docker.image('jetbrains/qodana-go').run('''
|
||||||
--v "${WORKSPACE}":/data/project
|
--v "${WORKSPACE}":/data/project
|
||||||
--entrypoint=""
|
--entrypoint=""
|
||||||
''') {
|
''') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user