mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
Fix quoting problem in Jenkinsfile
This commit is contained in:
parent
4f884f0bc5
commit
5bee9c3097
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -122,7 +122,7 @@ stage('Build') {
|
||||
}
|
||||
if ( buildEnv.testJdkLauncherArgs ) {
|
||||
state[buildEnv.tag]['additionalOptions'] = state[buildEnv.tag]['additionalOptions'] +
|
||||
" -Ptest.jdk.launcher.args=${buildEnv.testJdkLauncherArgs}"
|
||||
" -Ptest.jdk.launcher.args='${buildEnv.testJdkLauncherArgs}'"
|
||||
}
|
||||
state[buildEnv.tag]['containerName'] = null;
|
||||
stage('Checkout') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user