Use an AWS Serverless lambda to trigger a Jenkins build by a Github PR comment – Part 1
13 Nov
At Flipkart, I came across a workflow that involved Git and Jenkins integration – A comment that said ‘build’ on a pull request would trigger a Jenkins build job for that branch. I am aware of Github webhooks that integrate with Jenkins and can trigger a job when a branch is merged into the main […]