diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-25 19:16:20 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-27 21:24:14 +0200 |
commit | ad922b3e1a817333b633891ea11afc9b3dbf6a32 (patch) | |
tree | 19e19b6f64dc4142adff0c6474ade2842f6227cd /test/asset/run/explicit.yaml | |
parent | 4f1121a15d65d5defa7c6e477ed5124b934c461f (diff) |
Run jobs using full job reference
Changelog: Run jobs by specifying full job id or reference
Diffstat (limited to 'test/asset/run/explicit.yaml')
-rw-r--r-- | test/asset/run/explicit.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/asset/run/explicit.yaml b/test/asset/run/explicit.yaml new file mode 100644 index 0000000..d543d16 --- /dev/null +++ b/test/asset/run/explicit.yaml @@ -0,0 +1,7 @@ +job build: + shell: + - ls subdir | sed -e ':a;N;s/\n/ /;ta' > list + - echo >> list + + artifact out: + path: list |