File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,16 @@ USE_GO_GIT_IN_GIT_EXTRACTOR=false
8787SKIP_COMMIT_STAT=false
8888SKIP_COMMIT_FILES=true
8989
90+ # In plugin jira, continue collecting when a page of issues cannot be parsed.
91+ # A page that returns a successful HTTP status but a body that is not the
92+ # expected JSON - a truncated payload, or an HTML error page substituted by a
93+ # proxy - normally fails the whole collectIssues subtask, discarding an
94+ # otherwise complete sync because of a single page. Set to true to log and skip
95+ # that page instead. Only parse failures on successful responses are affected;
96+ # HTTP error statuses keep their existing retry behaviour.
97+ ##########################
98+ JIRA_SKIP_UNPARSEABLE_ISSUES=false
99+
90100# Set if response error when requesting /connections/{connection_id}/test should be wrapped or not
91101##########################
92102WRAP_RESPONSE_ERROR=
You can’t perform that action at this time.
0 commit comments