diff --git a/JenkinsfileDL b/JenkinsfileDL index e636dcb..16089ce 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -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') }