diff options
author | Brian Freeman <bf1936@att.com> | 2019-01-23 09:38:13 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-01-23 10:11:35 -0500 |
commit | 2e1d0ff7b78ded07f3395e5990a65957c1b427d3 (patch) | |
tree | d929d1081d446b81c7f941d5d81df164e3fc872f /robot/assets/templates/asdc | |
parent | 75f5ad1f10a344c04229e82320277d16d83bb486 (diff) |
Add blueprint to VLB deployment artifacts
Issue-ID: INT-808
Change-Id: Ib8b091fd2d5ba1e0dc3cef51521c3da3658a5ac5
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates/asdc')
-rw-r--r-- | robot/assets/templates/asdc/artifact_upload.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/robot/assets/templates/asdc/artifact_upload.template b/robot/assets/templates/asdc/artifact_upload.template new file mode 100644 index 00000000..9be6ca04 --- /dev/null +++ b/robot/assets/templates/asdc/artifact_upload.template @@ -0,0 +1,8 @@ +{ + "artifactLabel":"${artifactLabel}", + "artifactName": "${artifactName}", + "artifactType": "${artifactType}", + "artifactGroupType": "${artifactGroupType}", + "description": "${description}", + "payloadData": "${payloadData}" +} |