diff --git a/ci-scripts/Jenkinsfile-GitLab-Helm b/ci-scripts/Jenkinsfile-GitLab-Helm index 15cab4dde70d31064071599418ee145ebd1261b5..2714b2ed90bd40ef798ee94cd77f0003673b393e 100644 --- a/ci-scripts/Jenkinsfile-GitLab-Helm +++ b/ci-scripts/Jenkinsfile-GitLab-Helm @@ -148,6 +148,10 @@ pipeline { smfTag = params.SMF_TAG echo "Upstream Job passed SMF_TAG to use: ${smfTag}" } + if (params.SPGWU_TAG != null) { + spgwuTag = params.SPGWU_TAG + echo "Upstream Job passed SPGWU_TAG to use: ${spgwuTag}" + } sh "git clean -x -d -f > /dev/null 2>&1" sh "git fetch --prune > /dev/null 2>&1" sh 'git checkout -f ' + upstreamTagToUse