Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.17 KB

jenkins_faq.adoc

File metadata and controls

49 lines (30 loc) · 2.17 KB

JBoss Tools Jenkins FAQ

Q. My job’s build died due to…​

A. From the job’s build’s page or console…​

Step 1. Troubleshoot the issue

  • Look for a link to the specific slave that was used. Click that link.

  • Next, select Schedule Termination to ensure the faulty slave will be trashed and its resources repurposed. If the above link returns a 404, then the slave has already been terminated.

  • Finally, click one of these links on the job page or from a specific build page:

    • Matrix Reloaded - to rebuild a subset of matrix combinations, eg., just those with failures; uses the same settings as previous build

    • Retry - to retry a build with the same settings

    • Rebuild - to rebuild a specific build with the same settings, and option to change them

    • Rebuild Last - to rebuild the last build with the same settings, and option to change them

    • Build with Parameters - to run a new build with optionally different settings

Step 2. Report to Central CI maintainers

  • If a new build does not fix the problem, please open a JBIDE JIRA with these details:

    • link to the github repo(s) used for the build

    • link to the job

    • link to the build

    • snippet of the job’s build’s console log, showing the error, inside a {code} block

    • screenshots if meaningful / useful

    • ensure that you @mention or add to watchlist the following people:

      • Nick Boldt

      • Pavol Srna

Step 3. Report to PnT / DevOps

  • If you have persistent issues, or the issue cannot solved opening a JIRA, open a PnT ticket with the same details as noted above in step 2.

Should you need to ESCALATE the issue, log onto VPN, open up your IRC client, and go into #ops-escalation.

Ping the moderators for help, and they’ll be able to help you.