workflow-basic-steps-plugin
workflow-basic-steps-plugin copied to clipboard
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...
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...
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...
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...
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...
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...
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...
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....
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...
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...