Skip to content

Commit

Permalink
Fix ArrayList error in Orchestration pipeline - 4.x (#756)
Browse files Browse the repository at this point in the history
Fix SerializationException
Fix NULL in SSDS generation
Fix SaaS bug in FinalizeStage
  • Loading branch information
metmajer authored and s2oBCN committed Dec 1, 2021
1 parent 77ea314 commit 389e378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
- Refactor and create unit test for LeVADocumentUseCase.getReferencedDocumentsVersion ([#744](https://github.com/opendevstack/ods-jenkins-shared-library/pull/744))
- Remove non breakable white space from Json response of JiraService ([760](https://github.com/opendevstack/ods-jenkins-shared-library/pull/760))
- Rollback changes filtering components for TIP ([#762](https://github.com/opendevstack/ods-jenkins-shared-library/pull/762))
- Fix SerializationException, Fix NULL in SSDS generation and Fix SaaS bug in FinalizeStage ([#756](https://github.com/opendevstack/ods-jenkins-shared-library/pull/756))

## [3.0] - 2020-08-11

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ class LeVADocumentUseCase extends DocGenUseCase {
return data.collect { it.subMap(['key', 'requirements', 'bugs']).values() }.flatten()
}

@NonCPS
List<String> getSupportedDocuments() {
return DocumentType.values().collect { it as String }
}
Expand Down

0 comments on commit 389e378

Please sign in to comment.