argo-workflows/walk-through/artifacts/ #9114
Replies: 2 comments 2 replies
-
How would you timestamp the keys of artifacts that you e.g. upload to S3, and then only keep the last 10? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is it possible to store an artifact of an http template response? Something like this? - name: http-get
inputs:
parameters:
- name: url
http:
method: GET
url: '{{inputs.parameters.url}}'
outputs:
# ? store the response in an artifact to be used by other steps
artifacts:
- name: response
path: /tmp/response.json |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
argo-workflows/walk-through/artifacts/
https://argoproj.github.io/argo-workflows/walk-through/artifacts/
Beta Was this translation helpful? Give feedback.
All reactions