Skip to main content

Questions tagged [continuous-delivery]

Use this tag for questions about manually deploying software to a production environment as part of a CI pipeline. For questions about automatic deployment to production use the [continuous-deployment] tag.

1 vote
0 answers
41 views

Context I deployed an application on a Kubernetes cluster using Helm and ArgoCD. ArgoCD is tasked with monitoring a GitLab repo (called manifests) which contains the Helm chart and application config. ...
Della's user avatar
  • 133
0 votes
1 answer
200 views

In a CD environment with new features hidden behind feature flags, there must be a way to ensure that code being pushed to production is effectively zero change? Particularly in a change management ...
james-tru's user avatar
0 votes
1 answer
39 views

I am thinking about setting up a project where a one-year development / built phase of a rest-API Server is planned. Providing an initial version in three months and deploying updates every month ...
user3352632's user avatar
0 votes
1 answer
283 views

I've read lots of articles about the concept on the internet. I thought I got it, but some statements in other articles make me confused. In order to simplify and clarify things, I'll presume I use ...
moztemur's user avatar
  • 101
1 vote
3 answers
3k views

I'm messing around with a multibranch pipeline in jenkins. Currently we have zero pipelines in production and everything is using freestyle jobs which is very sloppy. I have my own multibranch ...
collin_tgz's user avatar
2 votes
3 answers
275 views

We are using CircleCI to automate the building of images when merges are detected on our release branch. Those images are then being pushed to ECR, but I am unsure of the best way to refresh some or ...
errata's user avatar
  • 121
2 votes
1 answer
68 views

I am having some troubles finding a better model for my CI/CD cycle. This is mainly gitflow issue. My current model : We have 2 bitbucket branches : master and develop. Both are linked via webhooks to ...
Ahmed Hamad's user avatar
0 votes
1 answer
581 views

The CI/CD pipeline supports pipelines per branch but no pipeline for feature branches is triggered automatically. There are pipelines deployed for the following branches: development, master. The ...
systemdebt's user avatar

15 30 50 per page
1
2 3 4 5