Skip to content

Instantly share code, notes, and snippets.

@vspiewak
Last active April 21, 2017 16:27
Show Gist options
  • Save vspiewak/c203d38508e35e7887a45f72a1727682 to your computer and use it in GitHub Desktop.
Save vspiewak/c203d38508e35e7887a45f72a1727682 to your computer and use it in GitHub Desktop.
input-test-concourse-job-parameters-resource
[{
"ref": "launch 2",
"params": {
"my_param_1": 80,
"PARAM2": "hello"
}
},
{
"ref": "launch 1",
"params": {
"my_param_1": 100,
"PARAM2": "hello world"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment