Closed rd-huerta closed 4 months ago
Currently looking at documentation about artifacts and workspaces to see which is better to use when passing the build between jobs/environments in the pipeline. https://circleci.com/docs/workspaces/ https://circleci.com/docs/artifacts/
Questions : What would be an optimal amount of time to save previous workspaces(Max 15 days).
I believe we may currently be blocked. We are using workspaces in circle-ci and have added a logging job to see the files attached to the workspace in dev environment. However, the QA environment is still not receiving the workspace. The QA environment on circle-ci is still un clickable as well so debugging has been a bit of a chore.
Deploying to higher environments is now working in the pipeline. Woohoo! Great job team!
We decided to hold off deploying to production, but the deploy_prod
job should be working now.
User Story
As a developer I want to fix the CircleCI pipeline So that we can deploy to higher environments
Resources
Questions
Definition of Done
What means that this task is done?
Acceptance Criteria
Given xxxx When xxxx Then xxxx