Skip to content

Commit

Permalink
surround variable with quotes;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
stmaute committed Jul 1, 2020
1 parent 2e7de10 commit 9006149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Jenkinsfile_multibranch_pipeline
Expand Up @@ -14,7 +14,7 @@ pipeline {
disableConcurrentBuilds()
}
parameters {
string(name: 'dittoVersion', defaultValue: ${dittoVersion}, description: 'Branch')
string(name: 'dittoVersion', defaultValue: "${dittoVersion}", description: 'Branch')
string(name: 'DOCKER_ARGS_FOR_BUILD', defaultValue: '', description: 'Docker args for building the ditto project inside the container')
string(name: 'DOCKER_ARGS_FOR_SONAR', defaultValue: '', description: 'Docker args for SonarScan stage')
string(name: 'DOCKER_IMAGE_MAVEN_JDK_8', defaultValue: '', description: 'Insert the docker image version to run the build')
Expand Down

0 comments on commit 9006149

Please sign in to comment.