Skip to main content

Questions tagged [spinnaker]

2 votes
1 answer
510 views

I have a pipeline with a few disabled stages: { "enabled": false, "completeOtherBranchesThenFail": true, "continuePipeline": false, "failPipeline": ...
pyb's user avatar
  • 131
1 vote
2 answers
380 views

Let's say I have a SaaS style project (similar to Databricks). We may make release 2.0.0 of this project, have automated testing and deployment to dev, automated promotion to nonprod, etc. In ...
John Humphreys's user avatar
3 votes
3 answers
1k views

In our small startup (6 developers) and we use Google Kubernetes Engine + CircleCi (which deploys docker images to K8S with simple bash scripts). We have ~10 services, but we are growing. We use a ...
sacherus's user avatar
  • 171
2 votes
0 answers
127 views

I am trying to get Spinnaker to have a pipeline use an automated trigger which is an image pushed to an ECR repo. I can add different repos fine but can't seem to see the images. I am following this ...
joshk132's user avatar
  • 465
3 votes
0 answers
361 views

I have a Spinnaker pipeline which I am trying to add an automated trigger from an ECR repo. Spinnaker lets me add the docker registry as per the following spinnaker doc link, however I am unable to ...
joshk132's user avatar
  • 465