mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-03-03 15:32:18 +02:00
4 lines
52 B
Groovy
4 lines
52 B
Groovy
def call(String path) {
|
|
dir(path) { echo '' }
|
|
}
|