| Hey Stephen since https://issues.jenkins-ci.org/browse/JENKINS-41072 hasn't been resolved yet. How else do you suggest can I use AWS Services for communication between Github and Jenkins? I have AWS Lambda function that GitHub WebHook points to. I filter Github events and only if specified comment is made on a PR, I want to trigger a build on Jenkins. However, after disabling the <jenkins-server>/github-webhook from Github, Jenkins doesn't discover new PR branches and as a result I have to manually scan the repo everytime for a new PR so as to be able to use the Lambda function to trigger a job (job fails if the branch isn't discovered). How else can I use Lambda function to trigger branch discovery on Jenkins? or how else should I solve the problem of triggering build on Jenkins based on AWS Lambda function? |