diff --git a/.ci/jenkins/ci.groovy b/.ci/jenkins/ci.groovy index d00f7c1c..40fbe206 100644 --- a/.ci/jenkins/ci.groovy +++ b/.ci/jenkins/ci.groovy @@ -126,7 +126,7 @@ def gitClone(String label, String address, String branch) { """ } -def gitSubmoduleUpdate(String repository_name, String exception="") { +def gitSubmoduleUpdate(String repository_name) { dir ("${WORKDIR}/${repository_name}") { sh label: "Init ${repository_name} submodules", script: