You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the system I want to see which frontend build is bundled into the running application so that backend and frontend versions can be checked in one place.
Assumptions & Constraints
The frontend is built from a separate repository inside the backend CI pipeline and packaged into the same jar, so its commit data can only be captured at that moment.
A local backend build has no frontend repository available, therefore frontend fields will be empty outside CI.
The image is rebuilt only when a backend build runs - on push to the dev branch or on a manual workflow run from the deploy branch - so frontend version data changes only together with the next backend build.
As a user of the system I want to see which frontend build is bundled into the running application so that backend and frontend versions can be checked in one place.
Assumptions & Constraints
devbranch or on a manual workflow run from the deploy branch - so frontend version data changes only together with the next backend build.Preconditions
Business rules
Acceptance Criteria
frontendobject.Out of scope
Epic link
Epic #546
Labels to be added
"User story", "Versioning", "Application Versioning"
Tasks