1ebfe95277
* Add support for nested data objects within templates
8 lines
No EOL
120 B
Text
8 lines
No EOL
120 B
Text
def main(ctx):
|
|
return {
|
|
"kind": "pipeline",
|
|
"name": "default",
|
|
"steps": [
|
|
ctx.input.builds
|
|
]
|
|
} |