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