-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureIntroduces a new feature to the codebaseIntroduces a new feature to the codebase
Description
Description
Implement persistent build history in the CI server, providing unique URLs for each build and a browsable list of all builds.
Expected outcome
The CI server maintains build history following reboot, with each build accessible via a unique URL and a central URL listing all builds.
Acceptance criteria
- Build history persist after server restart
- Each build has a unique URL
- Every build URL is accessible to get the build information, including commit identifier, build date and build logs
- One URL exists to list all builds
- The build list URL is documented in
README.mdand can be opened by clicking on it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureIntroduces a new feature to the codebaseIntroduces a new feature to the codebase