Skip to content

Commit

Permalink
Merge branch 'sa_dma_medusa_add_prefix_ver' into 'devel'
Browse files Browse the repository at this point in the history
Add quotation to multiver prefix in jenkins files

See merge request ndk/ndk-fpga!86
  • Loading branch information
jakubcabal committed Oct 24, 2024
2 parents 217a833 + a95ebbd commit d2c22dc
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 d2c22dc

Please sign in to comment.