From 2e1d0ff7b78ded07f3395e5990a65957c1b427d3 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Wed, 23 Jan 2019 09:38:13 -0500 Subject: Add blueprint to VLB deployment artifacts Issue-ID: INT-808 Change-Id: Ib8b091fd2d5ba1e0dc3cef51521c3da3658a5ac5 Signed-off-by: Brian Freeman --- robot/assets/templates/asdc/artifact_upload.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 robot/assets/templates/asdc/artifact_upload.template (limited to 'robot/assets/templates') 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}" +} -- cgit 1.2.3-korg