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 14:42:55 +08:00
parent e8e6da39c0
commit f4f18e5da7
Signed by: XiaoLFeng
GPG Key ID: F693AA12AABBFA87

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Qodana代码分析') {
steps {
script {
docker.image(jetbrains/qodana-go).run('''
docker.image('jetbrains/qodana-go').run('''
--v "${WORKSPACE}":/data/project
--entrypoint=""
''') {