pipelineUtils/vars/makeStepBanner.groovy

4 lines
49 B
Groovy

void makeStepBanner(String msg) {
echo msg
}