1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-04 10:34:42 +02:00
jenkins-lib/vars/createDir.groovy

4 lines
52 B
Groovy
Raw Normal View History

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