Documentation Index

Fetch the complete documentation index at: https://help.tuleap.com/llms.txt

Use this file to discover all available pages before exploring further.

Widget - Jenkins Jobs

Prev Next

The Jenkins Jobs widget provide a real-time overview of CI/CD build statuses directly inside Tuleap dashboards, without leaving the platform. Each monitored job is listed with its latest build status, allowing teams and individual contributors to track the health of their pipelines at a glance.

Installation Note

This widget is available on both Project dashboards and Personal dashboards.

It requires the Hudson/Jenkins plugin to be installed and activated by your platform administrator, and at least one Jenkins job to be registered in the project's Continuous Integration service.

Content

  • Project dashboard : The widget automatically displays all Jenkins jobs registered for the current project. There is no per-widget filtering — to add or remove jobs from the list, manage them directly in the project's Continuous Integration service page.

  • Personal dashboard : The widget aggregates Jenkins jobs from all projects you are a member of. By default, all discovered jobs are monitored. You can choose which jobs to display by editing the widget preferences.

Reading job statuses

Each job in the widget is displayed with a coloured circle icon indicating the status of its last build.

Icon colour

Status

Meaning

Blue

Success

The last build completed successfully.

Yellow

Unstable

The last build succeeded but reported test failures.

Red

Failure

The last build failed.

Grey

Pending

The job has never been built, or is disabled.

Any colour (animated)

In progress

A new build is currently running.


FAQ

"No job found" message

The widget shows "No job found. Please add a job to any of your project before." (personal dahsboard) or a similar message (project dashboard) when:

  • No Jenkins job has been registered in the project yet.

  • For the personal widget: you are not a member of any project that has registered Jenkins jobs.

Resolution : Register at least one job via the project's Continuous Integration service page.

"You are not monitoring any job" message

This message appears in the My Jenkins Jobs widget when all available jobs have been unchecked in the widget preferences.

Resolution: Click the gear icon, select Edit, and check at least one job.

Jobs displayed with a warning banner

If one or more jobs cannot be retrieved from the Jenkins server, a warning banner appears at the top of the widget:

"Issues have been encountered while retrieving information, some jobs can not be displayed."

Possible causes:

  • The Jenkins server is unreachable from the Tuleap server.

  • The job URL stored in Tuleap is malformed or the job has been renamed/deleted in Jenkins.

  • A network firewall blocks outbound connections from Tuleap to Jenkins.

Resolution: Check the job URL in the Continuous Integration service page (**Continuous Integration > edit job**) and verify network connectivity between Tuleap and the Jenkins instance.