Fix git postBuffer configuration

このコミットが含まれているのは:
wpetit 2019-04-15 10:45:48 +02:00
コミット 27e49f4722
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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