diff options
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}" +} |