This commit is contained in:
Jakub Zaręba 2023-05-10 21:28:35 +02:00
parent e089fb1453
commit cf1cdf798d

View File

@ -5,6 +5,9 @@ pipeline {
args '-v /root/.cache:/root/.cache -u root'
}
}
environment {
SACRED_IGNORE_GIT = 'TRUE'
}
parameters {
string(name: 'EPOCHS', defaultValue: '10', description: 'Liczba Epok')
}