From ad922b3e1a817333b633891ea11afc9b3dbf6a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 25 May 2025 19:16:20 +0200 Subject: Run jobs using full job reference Changelog: Run jobs by specifying full job id or reference --- test/asset/run/explicit.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/asset/run/explicit.yaml (limited to 'test/asset/run/explicit.yaml') 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 -- cgit v1.2.3