Skip to content
Snippets Groups Projects
Verified Commit d353a18f authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Try to use input in jobname

parent 41ecb98a
No related branches found
Tags 0.1.0-alpha.1
No related merge requests found
Pipeline #14679 passed
......@@ -4,7 +4,9 @@ spec:
inputs:
stage:
default: test
name:
default: helloworld-job
---
helloworld-job:
$[[ inputs.name ]]:
script: echo "Hello world from stage" $[[ inputs.stage ]]
stage: $[[ inputs.stage ]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment