1
0
Files
jenkins-lib/vars/createDir.groovy
2020-04-27 18:31:37 +03:00

4 lines
52 B
Groovy

def call(String path) {
dir(path) { echo '' }
}