[FOLIO-2823] Stripes v5.0.0 Jenkins release build fails Okapi dependency check Created: 07/Oct/20 Updated: 07/Oct/20 Resolved: 07/Oct/20 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P2 |
| Reporter: | John Malconian | Assignee: | John Malconian |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | DevOps: Sprint 99 |
| Development Team: | FOLIO DevOps |
| Description |
|
Stripes release fails the dependency check stage of build pipeline. Stripes, the project, is actually a meta package. It doesn't export module descriptors directly. |
| Comments |
| Comment by John Malconian [ 07/Oct/20 ] |
|
Posting module descriptor to Okapi that checks for dependency issues fails. The build pipeline is attempting to post two module descriptors (for stripes-smart-components and stripes-core). The operation of fails with an 400 error status. These module descriptors have already been checked separately in their own pipelines. There is no reason to duplicate it here. Disabled okapi dependency check for stripes. |