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 {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.image('jetbrains/qodana-go').run('''
|
docker.image('jetbrains/qodana-go').run('''
|
||||||
--v "${WORKSPACE}":/data/project
|
-v "${WORKSPACE}":/data/project
|
||||||
--entrypoint=""
|
-w /data/project
|
||||||
|
-entrypoint=""
|
||||||
''') {
|
''') {
|
||||||
sh '''qodana'''
|
sh '''qodana'''
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user