New to CI/CD Integration. I want to trigger a Git Action after a Jenkins Job ("Example Jenkins Job") already configured in my CI/CD pipeline completes. I do not want to trigger the action from the jenkins script itself.
I've looked at Github Actions - trigger another action after one action is completed, but my question differs as the desire is to trigger the action only after the successful completion of my Jenkins Job, not another Git Action.
Are there any examples of how to do this?