refactor(SourceFetcher): remove echo statement from fetch method
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
4c6efe1c9d
commit
fb33de1847
@ -8,7 +8,6 @@ class SourceFetcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def fetch(configurations) {
|
def fetch(configurations) {
|
||||||
echo configurations
|
|
||||||
if (configurations.serviceGitRepo == null || configurations.serviceGitRepo.isEmpty()) {
|
if (configurations.serviceGitRepo == null || configurations.serviceGitRepo.isEmpty()) {
|
||||||
steps.error("serviceGitRepo is required")
|
steps.error("serviceGitRepo is required")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user