Fix git postBuffer configuration

Este commit está contenido en:
wpetit 2019-04-15 10:45:48 +02:00
padre eef92cec62
commit 27e49f4722
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

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