jenkinsci / jenkinsci/workflow-basic-steps-plugin

[JENKINS-62531] "waitUntil" in the quiet mode still spams

Open
#510 2 comments 1 reaction 0 assignees View on GitHub
component:workflow-basic-steps-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
73
Forks
129
PR merge metrics
No merged PRs in 30d

Description

In terms of the following PR https://github.com/jenkinsci/workflow-basic-steps-plugin/pull/100 and this issue https://issues.jenkins-ci.org/browse/JENKINS-59776 the quiet option was added to the waitUntil instruction. This really helps in case you wait for something for a long time. But this doesn't resolve the problem fully. It still spams logs with the following output

[Pipeline] }

[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }

 

 

 

And it still really spams up the flowGraphTable "Pipeline Steps" view with these blocks.

This needs to be resolved to be silent

---
Originally reported by asavanchuk, imported from: "waitUntil" in the quiet mode still spams


  • status: Open
  • priority: Minor
  • component(s): workflow-basic-steps-plugin
  • resolution: Unresolved
  • votes: 5
  • watchers: 8
  • imported: 20251215-220547

Raw content of original issue

In terms of the following PR https://github.com/jenkinsci/workflow-basic-steps-plugin/pull/100 and this issue https://issues.jenkins-ci.org/browse/JENKINS-59776 the quiet option was added to the waitUntil instruction. This really helps in case you wait for something for a long time. But this doesn't resolve the problem fully. It still spams logs with the following output



[Pipeline] }

[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] }


 

 

 

And it still really spams up the flowGraphTable "Pipeline Steps" view with these blocks.

This needs to be resolved to be silent

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.