You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am trying this example with GitHub webhook, its going into build loop. I tried to use the condition to ignore the manifest folder path but its not working. Please advise how to avoid the loop.
The text was updated successfully, but these errors were encountered:
Hi
You can do one thing, create separate repo for manifest file. And just before final stage of Jenkins, add one more stage. This stage will checkout manifest repo scm. This way your Jenkins pipeline won't go on loop.
Thing is when we change the Deployment.yaml with new docker image during final stage, it pushes the change back to repo. This again triggers the webhook and thats why loop goes on.
Hi I am trying this example with GitHub webhook, its going into build loop. I tried to use the condition to ignore the manifest folder path but its not working. Please advise how to avoid the loop.
The text was updated successfully, but these errors were encountered: