mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-04 10:34:42 +02:00
4 lines
52 B
Groovy
4 lines
52 B
Groovy
|
def call(String path) {
|
||
|
dir(path) { echo '' }
|
||
|
}
|