[19.02.20] Dynamic Shell Scripts
This commit is contained in:
parent
9594d4c348
commit
08a5b5b930
@ -28,7 +28,7 @@ String get_application_version() {
|
||||
}
|
||||
|
||||
String executeShellScript( String shellPath, String arg1 = '', String arg2 = '', String arg3 = '', String arg4 = '' ) {
|
||||
sh "./${shellPath} ${arg1} ${arg2} ${arg3} ${arg4}"
|
||||
sh "${shellPath} ${arg1} ${arg2} ${arg3} ${arg4}"
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user