feat(pipeline): pass service Git credentials ID to SemanticReleasingExecutor
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
d8f04dda6d
commit
88e315647d
@ -265,7 +265,7 @@ def generateComponentStages(component, configurations) {
|
|||||||
def sourceFetcher = new SourceFetcher(this)
|
def sourceFetcher = new SourceFetcher(this)
|
||||||
sourceFetcher.fetch(configurations)
|
sourceFetcher.fetch(configurations)
|
||||||
|
|
||||||
def semanticReleasingExecutor = new SemanticReleasingExecutor(this, env.workroot)
|
def semanticReleasingExecutor = new SemanticReleasingExecutor(this, env.workroot, configurations.serviceGitCredentialsId)
|
||||||
semanticReleasingExecutor.release()
|
semanticReleasingExecutor.release()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user