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

4
Jenkinsfile vendored
View File

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