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