refactor(executeFreeleapsPipeline): change function signature to accept configurations as a Closure
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
faed86e4f8
commit
5a63bf8d33
@ -7,7 +7,7 @@ import com.freeleaps.devops.enums.ServiceLanguage
|
|||||||
import com.freeleaps.devops.CommitMessageLinter
|
import com.freeleaps.devops.CommitMessageLinter
|
||||||
import com.freeleaps.devops.ChangedComponentsDetector
|
import com.freeleaps.devops.ChangedComponentsDetector
|
||||||
|
|
||||||
def call(Map configurations = [:]) {
|
def call(Closure configurations) {
|
||||||
|
|
||||||
def sourceFetcher = new SourceFetcher(this)
|
def sourceFetcher = new SourceFetcher(this)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user