We have introduced some UI changes to the pipelines page:
-
The column previously named “Project” was renamed into “Pipeline”
It displays pipeline name, pipeline number, and (only when looking at the All pipelines view) project name
-
The column previously named “Trigger event” was renamed into “Checkout source”
It continues to show the same information as before, but the avatar now shows the profile picture of the commit author, if that information is available. If it isn’t (this is currently the case for OAuth pipelines), the avatar does not show. To avoid this inconsistency, we plan on hiding the avatar also for other types of pipelines.
-
A new column “Trigger event” was added
It shows what event that triggered a pipeline (Push, Pull request, API, …). The avatar indicates who triggered the event, with a tooltip showing the username on hover.
-
The headers of columns Pipeline and Trigger event each include tooltips, informing users that:
- it’s now possible to have multiple pipelines in the same project
- more GitHub trigger events options are now available
These tooltips are visible to orgs that integrate with our GitHub OAuth app integration or GitHub App/GitLab/Bitbucket Data Center integrations. They are not visible to organizations that integrate with Bitbucket Cloud..
These changes are currently in preview, and additional improvements will be made in the coming weeks. If you have any feedback, please comment on this post on our community forum.