feat(SourceFetcher): log configurations in fetch method for debugging

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-22 15:26:07 +08:00
parent 77bb34e425
commit b9caf1d04e

View File

@ -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")
}