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
f4f18e5da7
commit
dab7ca0e3b
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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'''
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user