refactor(executeFreeleapsPipeline): change function signature to accept configurations as a Closure

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 10:51:49 +08:00
parent faed86e4f8
commit 5a63bf8d33

View File

@ -7,7 +7,7 @@ import com.freeleaps.devops.enums.ServiceLanguage
import com.freeleaps.devops.CommitMessageLinter
import com.freeleaps.devops.ChangedComponentsDetector
def call(Map configurations = [:]) {
def call(Closure configurations) {
def sourceFetcher = new SourceFetcher(this)