CloudBees Pipeline Explorer 1.12

2 minute read

RELEASED: Public: March 6, 2024

New features

Pipeline Map expanding/collapsing nested stages (BEE-45044)

The Pipeline Map now expands and collapses the nested stages.

In the CloudBees Pipeline Explorer, add a download button to the error message bar (BEE-45689)

There is now a download button on the error message bar that downloads the logs.

Feature enhancements

None.

Resolved issues

CloudBees Pipeline Explorer now truncates very large lines instead of displaying an error (BEE-45705)

The CloudBees Pipeline Explorer now truncates individual log lines to a maximum of 10 KiB, or 10240 ASCII characters. Lines longer than this will display the first 10240 characters, and then a message that looks like this [N bytes truncated] to note how many additional bytes were truncated.

If truncated lines are analyzed as part of a search, a warning icon is displayed with a tooltip that explains what occurred.

Long lines are not truncated when you download the log file.

In the CloudBees Pipeline Explorer, the tree click targets were adjusted (BEE-45872)

Several tree click targets were not adjusted correctly to activate their trees. This issue has been resolved.

Viewing CloudBees Pipeline Explorer for an in-progress build may fail transiently (BEE-46155)

When you open the CloudBees Pipeline Explorer for a Pipeline where a stage step was starting, an error message was displayed and a NullPointerException was logged. This issue has been fixed.

In the CloudBees Pipeline Explorer, the related builds pane displays a loading spinner when it auto-refreshes (BEE-46261)

The related builds loading spinner is displayed only when the builds are initially loading. This issue is resolved.

In the CloudBees Pipeline Explorer, the line number input behavior in special cases was inconsistent (BEE-46312)

If you entered a line that was past the last line of the log file, or was not part of an active filter, you could experience undesirable behavior; for example, an empty page of results was displayed. The CloudBees Pipeline Explorer now attempts to always load the full page of lines that is closest to the line number you requested, and it scrolls to the closest available line number in the results.

Reduce the size of fonts required by CloudBees Pipeline Explorer to improve load times when the fonts are not cached (BEE-46480)

The size of the fonts required by the CloudBees Pipeline Explorer were reduced to improve the load times when the fonts are not cached.

In the CloudBees Pipeline Explorer tree view, several node steps were not displayed (BEE-46669)

The node steps that were cancelled while waiting for the requested node in the queue, were incorrectly hidden in the CloudBees Pipeline Explorer, even when using the “show node steps in tree“ preference or the “show steps“ advanced option in the tree view. This issue has been fixed.

  • Internal changes to streamline development. Not user visible. (BEE-44937)(BEE-44938)(BEE-44941)(BEE-44942)(BEE-44943)(BEE-45044)(BEE-45048)(BEE-45982)(BEE-46203)(BEE-46306)(BEE-46307)(BEE-46369)(BEE-46430)(BEE-46509)

Known issues

None.

Upgrade notes

None.