jenkins-shared-library/vars/doTest.groovy
2025-02-06 19:22:26 +08:00

3 lines
67 B
Groovy

def call (Map config = [:]) {
sh "echo test msg: ${config.msg}"
}