Dependency cycle in tag-driven CI/CD #500
-
I just came up with a dependency cycle which I want to discuss here.
So I created an endless loop by accident. To fix this I need to move all k8s manifests with kustomization overlays to my git-ops repo where no Jenkins build-pipeline is triggered. So this should work. Are there any other options to bypass such a situation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Most CI tools will ignore commits with I think you can add |
Beta Was this translation helpful? Give feedback.
Most CI tools will ignore commits with
[skip ci]
as the prefix of commit message, if Jenkins doesn't do that, I think it's easy to add it.I think you can add
[skip ci]
to the commit message inside the image automation resource cc @squaremo