Skip to content

Commit

Permalink
Jenkins: [BUGFIX] Add quotation in file ver_dma_medusa.jenkins and ve…
Browse files Browse the repository at this point in the history
…r_dma_medusa_xl.jenkins to prevent error when there is space in prefix
  • Loading branch information
radek-isa committed Oct 24, 2024
1 parent 98e104b commit a95ebbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/jenkins/ver_dma_medusa.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ node('preklad') {
timeout(time: 12, unit: 'HOURS') {
stage("$name") {
dir("$path") {
sh "python3 $multi_ver -p $name $fdo $pkg $settings"
sh "python3 $multi_ver -p \"$name\" $fdo $pkg $settings"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/jenkins/ver_dma_medusa_xl.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ node('preklad') {
timeout(time: 4, unit: 'DAYS') {
stage("$name") {
dir("$path") {
sh "python3 $multi_ver -p $name $fdo $pkg $settings"
sh "python3 $multi_ver -p \"$name\" $fdo $pkg $settings"
}
}
}
Expand Down

0 comments on commit a95ebbd

Please sign in to comment.