Jenkins's primary use is to run tasks dedicated to building, integrating, and delivering applications.
A typical pipeline would be:
Try Pull Request => Build Release Candidate => Deploy RC on Integration => Deploy on Production.
You can have an "n" number of stages in a pipeline that can be configured using Jenkins.