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

Возвращено создание папки build/out

This commit is contained in:
Ivan Smirnov
2024-02-13 18:29:56 +03:00
parent bd943e9bcc
commit 7fb7fa1742

View File

@@ -79,6 +79,7 @@ void call() {
stage('Создание ИБ') {
steps {
timeout(time: config.timeoutOptions.createInfoBase, unit: TimeUnit.MINUTES) {
createDir('build/out')
script {
if (config.infoBaseFromFiles()) {