1
0
Files
jenkins-lib/vars/createDir.groovy

4 lines
52 B
Groovy
Raw Permalink Normal View History

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