Back to Course
Jenkins & CI/CD

Check the build and result

Viewing Build Status

Each Jenkins job run ("build") is listed with a status indicator — typically blue/green for success, red for failure, and yellow for unstable (some tests failed).

Digging Into Details

  • Console Output: the full log of everything that happened during the build, useful for diagnosing failures.
  • Test Result Trend: a graph showing pass/fail counts over recent builds.
  • Build history: lets you compare the current build's results against previous runs to spot new failures.

Why This Matters

Regularly checking build results is what makes CI/CD valuable — catching a broken build (or newly failing test) within minutes of it happening, rather than days later.

Ready to master real-world software testing?

Learn manual and automation testing hands-on with mentor-led sessions.

Explore Course