Fix git postBuffer configuration

Cette révision appartient à :
wpetit 2019-04-15 10:45:48 +02:00
Parent eef92cec62
révision 27e49f4722
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

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