1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Скромные попытки завести EDT

This commit is contained in:
Nikita Gryzlov
2020-04-27 18:05:45 +03:00
parent 99368710ce
commit cc1ae0d959
10 changed files with 92 additions and 3 deletions

3
vars/createDir.groovy Normal file
View File

@@ -0,0 +1,3 @@
def call(String path) {
dir(path) { echo '' }
}