Fix git postBuffer configuration
This commit is contained in:
parent
eef92cec62
commit
27e49f4722
|
@ -14,6 +14,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Clone repository") {
|
stage("Clone repository") {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'git config http.postBuffer 524288000'
|
||||||
checkout scm:
|
checkout scm:
|
||||||
[
|
[
|
||||||
$class: 'GitSCM',
|
$class: 'GitSCM',
|
||||||
|
|
Loading…
Reference in New Issue