workflow-basic-steps-plugin icon indicating copy to clipboard operation
workflow-basic-steps-plugin copied to clipboard

Results 107 workflow-basic-steps-plugin issues
Sort by recently updated
recently updated
newest added

It would be nice if the readFile basic step could recognize the file's encoding.  (Writing a file with writeFile can store a BOM at the beginning to help in recognizing...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

As noted in other issues the error() step is not intended to print messages. But there are some use cases where this becomes very helpful. Eg. provides information directly in...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

As a job author, I would like the pipeline timeout GRACE_PERIOD exposed as a configurable option so that I can allow for teardown steps that take longer than 5s or...

pipeline
imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

Ref.: https://jenkins.io/doc/book/pipeline/running-pipelines/#preserving-stashes-for-use-with-restarted-stages Currently we can request that a stash be kept after a job finishes, even for more than one job (why? it is not clear from the text above...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

It would be very useful to allow users to define additional steps which will be executed on timeout, but before the processes will be stopped. For example in our case...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:major
resolution:unresolved

Similar to JENKINS-55410 Why? Seemingly if the message for echo step is too long, it solely prints "Print Message" in pipeline view, while for short messages it prints the message...

pipeline
imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

In our pipeline jobs we run ~100 tasks that run on different agents. We are using stash() to collect a result file from each task. At the end of the...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

I use a retry block to perform requests on a remote server that I don't control (e.g., Apple's Code Signing or Notarization service), and sometimes that remote server is offline....

pipeline
imported-jira-issue
component:workflow-basic-steps-plugin
priority:major
resolution:unresolved

The ApiStep sketched in JENKINS-41272 is one step towards deprecating RunWrapper, but it does not cover all cases. RunWrapper currently allows users to set the following build information: Description Display...

pipeline
imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

We ended up having to wrap the timeout step to make it more informative when the timeout occurs. When the call to timeout throws an error, we determine whether the...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved