-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NXP-2021.x
-
Component/s: HotFix factory
-
Epic Link:
-
Sprint:nxplatform #50
-
Story Points:2
We've observed the following failure where an issue is found with rephrasing needed:
[2021-11-29T16:55:54.098Z] ++ '[' -n '{"expand":"names,schema","startAt":0,"maxResults":50,"total":1,"issues":[{"expand":"operations,versionedRepresentations,editmeta,changelog,renderedFields","id":"167018","self":"https://jira.nuxeo.com/rest/api/2/issue/167018","key":"NXP-30637","fields":{"summary":"Make MailMessageBlobHolder depend on MailMessage inheritance"}}]}' ']' [2021-11-29T16:55:54.099Z] ++ '[' false = false ']' [2021-11-29T16:55:54.099Z] +++ jq -r .total [2021-11-29T16:55:54.099Z] ++ '[' 1 -ne 0 ']' [2021-11-29T16:55:54.099Z] ++ jq -r '.issues[] | "[REPHRASING NEEDED] - " + .key + " - " + .fields.summary' [2021-11-29T16:55:54.099Z] ++ return 1
The problem is that we are checking the issues with a moving fix version (e.g. 2021.x) along with the released ones (e.g. 2021.12). This is valid for the HF build but not in case of a release.
- is related to
-
NXBT-3498 Add pipeline to update LTS 2021 HF description
- Resolved