4 lines
49 B
Groovy
4 lines
49 B
Groovy
void makeStepBanner(String msg) {
|
|
echo msg
|
|
}
|
void makeStepBanner(String msg) {
|
|
echo msg
|
|
}
|