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

Выключение LFS по умолчанию

This commit is contained in:
Nikita Gryzlov
2020-10-30 16:37:12 +03:00
committed by kuzja086
parent 4f6c09cf53
commit fd83b770b5

View File

@@ -21,6 +21,10 @@ void call() {
timestamps()
}
environment {
GIT_LFS_SKIP_SMUDGE = '1'
}
stages {
stage('pre-stage') {