Skip to content
Snippets Groups Projects
Commit 80315b5c authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ nested dictionaries

parent cb4799ee
No related branches found
No related tags found
No related merge requests found
jube_job_output.txt
......@@ -18,11 +18,13 @@ parameterset:
- name: system_name
mode: shell
_: "cat /etc/FZJ/systemname |tr -d \"\n\""
- name: system_version
_: "2024.01"
- name: benchParam
parameter:
- name: input_value
mode: python
_: '{ "jurecadc" : 1.0 , "jedi" : 2.0 }["${system_name}"]'
_: '{ "jurecadc" : {"2024.12" : "1", "2024.01" : 2} , "jedi" : {"2024.12" : "3" , "2024.01" : 4} }["${system_name}"]["${system_version}"]'
step:
- name: execute
use:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment