Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEP-0147 surface artifacts through termination message #7717

Closed
ericzzzzzzz opened this issue Feb 26, 2024 · 1 comment · Fixed by #7714
Closed

TEP-0147 surface artifacts through termination message #7717

ericzzzzzzz opened this issue Feb 26, 2024 · 1 comment · Fixed by #7714
Assignees

Comments

@ericzzzzzzz
Copy link
Contributor

ericzzzzzzz commented Feb 26, 2024

  • This is part of TEP-0147 Phase 1 implementation Plan TEP-0147 Phase 1 implementation Plan  #7693
  • the artifacts will be written to $(steps.artifacts.path) which is resolved to /tekton/steps//artifacts/provenance.json in step container at runtime.
  • A step should be able to consume artifacts from previous steps by referencing the following
    • $(steps.<step-name>.outputs) to get the first artifact from outputs
    • $(steps.<step-name>.outputs.<artifact_name>) to get specific artifact
@ericzzzzzzz
Copy link
Contributor Author

/assign ericzzzzzzz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant