feat(pipeline): initialize SourceFetcher for configuration fetching

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-22 20:38:49 +08:00
parent 178c4738f7
commit 5501e060f8

View File

@ -721,6 +721,7 @@ spec:
steps {
script {
def sourceFetcher = new SourceFetcher(this)
sourceFetcher.fetch(configurations)
def changedComponentsDetector = new ChangedComponentsDetector(this)