Open sandeepk8s opened 1 year ago
Need to add case for bitbucket server
We use bitbucket (for our org) would be a huge help for us. I can workaround for now with requeueAfterSeconds but the feature would really help
requeueAfterSeconds
How do you think this should be implemented? https://github.com/argoproj/argo-cd/blob/master/applicationset/webhook/webhook.go#L119-L131
Replicate ArgoCD app webhook case to App set webhook function
Note: I don't have heavy hands-on experience in Go. If no one's taking over, might need someone's help or guidance. Thank you
@sandeepk8s I can provide help if you're up for working on this.
PR LGTM. We're in need of this in our org. Can we get someone to review the PR, thanks?
Also looking for this, please <3
Summary
Need to add case for bitbucket server
Motivation
We use bitbucket (for our org) would be a huge help for us. I can workaround for now with
requeueAfterSeconds
but the feature would really helpProposal
How do you think this should be implemented? https://github.com/argoproj/argo-cd/blob/master/applicationset/webhook/webhook.go#L119-L131
Replicate ArgoCD app webhook case to App set webhook function
Note: I don't have heavy hands-on experience in Go. If no one's taking over, might need someone's help or guidance. Thank you