Regarding section 1 of ‘Jenkins Pipelines’ Course
I have configured Jenkins and Gitea on two different AWS EC2 instances. I can understand the connection between Jenkins server and Gitea server is established and webhook is getting created. But I am facing two issues:
a)The webhook IP is not matching Gitea server IP.
b) The job seems to not get triggered by a push /modification of code into the repo under Gitea Organization and I have to scan the Multibranch pipeline manually to get the changed reflected.