fix quotes
This commit is contained in:
@@ -153,7 +153,7 @@ pipeline {
|
||||
script {
|
||||
retryWithBackoff(2, 5) {
|
||||
sh '''
|
||||
scripts/test_unix.sh shared "" x86_64
|
||||
scripts/test_unix.sh shared '' x86_64
|
||||
'''
|
||||
}
|
||||
}
|
||||
@@ -199,7 +199,7 @@ pipeline {
|
||||
script {
|
||||
retryWithBackoff(2, 5) {
|
||||
sh '''
|
||||
scripts/test_unix.sh static "" x86_64
|
||||
scripts/test_unix.sh static '' x86_64
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user