diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 22c1d29..2895060 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -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 {