[26.06.20] Increase scripts Arg Size
This commit is contained in:
parent
33e4f4eada
commit
5b346e6faa
@ -24,8 +24,8 @@ String get_application_version() {
|
|||||||
"${pom.version}-b${env.BUILD_NUMBER}"
|
"${pom.version}-b${env.BUILD_NUMBER}"
|
||||||
}
|
}
|
||||||
|
|
||||||
String executeShellScript( String shellPath, String arg1 = '', String arg2 = '', String arg3 = '', String arg4 = '' ) {
|
String executeShellScript( String shellPath, String arg1 = '', String arg2 = '', String arg3 = '', String arg4 = '', String arg5 = '' ) {
|
||||||
sh "./${shellPath} ${arg1} ${arg2} ${arg3} ${arg4}"
|
sh "./${shellPath} ${arg1} ${arg2} ${arg3} ${arg4} ${arg5}"
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user