Fix git postBuffer configuration

这个提交包含在:
wpetit 2019-04-15 10:45:48 +02:00
父节点 eef92cec62
当前提交 27e49f4722
共有 1 个文件被更改,包括 1 次插入0 次删除

查看文件

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