Skip to content

0.6.14

Compare
Choose a tag to compare
@willr3 willr3 released this 06 Sep 20:17
· 188 commits to master since this release

New Features

add state entry ENV.ABORTED as true when abort executes in a script. This state variable is available to any cleanup-scripts so the scripts can adjust behaviors.

cleanup-lab:
- read-state: ${{ENV.ABORTED}}
  then:
  - sh: rm -rf /tmp/foo
  else:
  - queue-download: /tmp/foo/result.json #exists if the run did not abort

fix broken check-exit-code support to correctly abort runs when exit code checking is enabled

add support for http(s) urls in the command line arguments for yaml files.
java -jar qdup-uber.jar https:localhost/qdup.yaml

add /breakpoint support for json server to remotely debug scripts without a connected terminal. This is an experimental feature that will eventually support remote debugging of scripts running on a different machine.