feat(SourceFetcher): log configurations in fetch method for debugging
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
77bb34e425
commit
b9caf1d04e
@ -8,6 +8,7 @@ class SourceFetcher {
|
||||
}
|
||||
|
||||
def fetch(Map configurations) {
|
||||
echo configurations
|
||||
if (configurations.SERVICE_GIT_REPO == null || configurations.SERVICE_GIT_REPO.isEmpty()) {
|
||||
steps.error("SERVICE_GIT_REPO is required")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user