Learn how to create an access token in Jenkins to allow your git-based repositories to be triggered via webhooks.
Resolve an issue with trying to use git to connect to GitHub for the first time in Jenkins, due to a lack of host key.
A working Nginx site configuration for proxying Jenkins.
Have Jenkins deploy your auto-scaled application by sending an AWS instance refresh command.
Learn how to safely make use of a private SSH key during a docker build with the help of Docker buildkit.
An explanation of why one should probably use Git as a source rather than GitHub in Jenkins.
Trigger your multi-branch projects to build when you push changes to GitHub.
Learn how to integrate your Jenkins "pipeline" project with GitHub so that your project builds when specific branches are pushed to (e.g. staging/production).
Learn how to dynamically change your parameter values based on the branch that is being used.
Learn how to store secrets / credentials in Jenkins.