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
dab7ca0e3b
commit
f41c2934c4
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,9 +13,9 @@ pipeline {
|
|||||||
docker.image('jetbrains/qodana-go').run('''
|
docker.image('jetbrains/qodana-go').run('''
|
||||||
-v "${WORKSPACE}":/data/project
|
-v "${WORKSPACE}":/data/project
|
||||||
-w /data/project
|
-w /data/project
|
||||||
-entrypoint=""
|
-entrypoint ""
|
||||||
''') {
|
''') {
|
||||||
sh '''qodana'''
|
sh 'qodana'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user