summaryrefslogtreecommitdiff
path: root/test/asset/run/explicit.yaml
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-05-25 19:16:20 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-05-27 21:24:14 +0200
commitad922b3e1a817333b633891ea11afc9b3dbf6a32 (patch)
tree19e19b6f64dc4142adff0c6474ade2842f6227cd /test/asset/run/explicit.yaml
parent4f1121a15d65d5defa7c6e477ed5124b934c461f (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.yaml7
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