Jenkins
Connect Jenkins to the Pagerly SRE Agent to check build status and get console logs.
Last updated
Connect Jenkins to the Pagerly SRE Agent to check build status and get console logs.
List Jenkins jobs and their current status
Get detailed job info β last build, health score, build stability
List recent builds with results and durations
Fetch build console logs for debugging failed deployments
Log into your Jenkins instance
Click your username (top right) > Configure
Scroll to API Token > click Add new Token
Name it Pagerly and click Generate
Copy the token, your Jenkins URL, and username
API Token
Jenkins API token from your user profile
11a1a1a1a1a1a1a1a1...
Jenkins Username
Your Jenkins username
admin
Jenkins URL
Your Jenkins server URL
https://jenkins.company.com
"Our deploy pipeline is in the deploy/ folder. Production builds are deploy/api-prod. Staging builds end with -staging."
Last updated