Fix git postBuffer configuration

This commit is contained in:
wpetit 2019-04-15 10:45:48 +02:00
vecāks eef92cec62
revīzija 27e49f4722
1 mainīti faili ar 1 papildinājumiem un 0 dzēšanām

Parādīt failu

@ -14,6 +14,7 @@ pipeline {
stage("Clone repository") {
steps {
sh 'git config http.postBuffer 524288000'
checkout scm:
[
$class: 'GitSCM',