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:44:47 +08:00
parent f4f18e5da7
commit dab7ca0e3b
No known key found for this signature in database
GPG Key ID: F693AA12AABBFA87

5
Jenkinsfile vendored
View File

@ -11,8 +11,9 @@ pipeline {
steps {
script {
docker.image('jetbrains/qodana-go').run('''
--v "${WORKSPACE}":/data/project
--entrypoint=""
-v "${WORKSPACE}":/data/project
-w /data/project
-entrypoint=""
''') {
sh '''qodana'''
}