diff --git a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy index 1c7616f0..53f2192d 100644 --- a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy +++ b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy @@ -265,7 +265,7 @@ def generateComponentStages(component, configurations) { def sourceFetcher = new SourceFetcher(this) sourceFetcher.fetch(configurations) - def semanticReleasingExecutor = new SemanticReleasingExecutor(this, env.workroot) + def semanticReleasingExecutor = new SemanticReleasingExecutor(this, env.workroot, configurations.serviceGitCredentialsId) semanticReleasingExecutor.release() } }