feat(pipeline): initialize SourceFetcher for configuration fetching
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
178c4738f7
commit
5501e060f8
@ -721,6 +721,7 @@ spec:
|
|||||||
|
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
def sourceFetcher = new SourceFetcher(this)
|
||||||
sourceFetcher.fetch(configurations)
|
sourceFetcher.fetch(configurations)
|
||||||
|
|
||||||
def changedComponentsDetector = new ChangedComponentsDetector(this)
|
def changedComponentsDetector = new ChangedComponentsDetector(this)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user