-
I have a JSON file in a git repository. {
"steps": {
"test_!": {
"skip": "false",
"resources": {
"requests": {
"cpu": "100m",
"memory": "512Mi"
},
"limits": {
"cpu": "200m"
"memory": "1024Mi"
}
}
},
"test_2": {
"resources": {
"requests": {
"cpu": "100m"
},
"limits": {
"cpu": "200m",
"memory": "512Mi"
}
}
}
}
} I'm using Someone how I can solve this problem? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Please advise if there is a solution for this, thanks. |
Beta Was this translation helpful? Give feedback.
-
In 3.6 you can just use |
Beta Was this translation helpful? Give feedback.
Summarizing for the selected answer:
{{=toJson(jsonpath(...))}}
(#8930 (reply in thread)){{=toJSON(jsonpath(...))}}
(#8930 (reply in thread)){{=jsonpath(...)}}
(#8930 (comment))