Skip to content

Commit d2c22dc

Browse files
committed
Merge branch 'sa_dma_medusa_add_prefix_ver' into 'devel'
Add quotation to multiver prefix in jenkins files See merge request ndk/ndk-fpga!86
2 parents 217a833 + a95ebbd commit d2c22dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/jenkins/ver_dma_medusa.jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ node('preklad') {
5151
timeout(time: 12, unit: 'HOURS') {
5252
stage("$name") {
5353
dir("$path") {
54-
sh "python3 $multi_ver -p $name $fdo $pkg $settings"
54+
sh "python3 $multi_ver -p \"$name\" $fdo $pkg $settings"
5555
}
5656
}
5757
}

tests/jenkins/ver_dma_medusa_xl.jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ node('preklad') {
5151
timeout(time: 4, unit: 'DAYS') {
5252
stage("$name") {
5353
dir("$path") {
54-
sh "python3 $multi_ver -p $name $fdo $pkg $settings"
54+
sh "python3 $multi_ver -p \"$name\" $fdo $pkg $settings"
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)