1
0

Первые шаги к новому шагу

This commit is contained in:
kuzja086
2021-07-30 16:52:40 +05:00
parent c5d410bef6
commit cbb1f5618d
6 changed files with 65 additions and 1 deletions

View File

@@ -49,6 +49,19 @@ void call() {
}
stages {
stage('Трансформация из формата EDT') {
agent {
label 'edt'
}
when {
beforeAgent true
expression { config.stageFlags.srcEDT }
}
steps {
edtTransform config true
}
}
stage('Создание ИБ') {
steps {
printLocation()