jfrog-cli-core icon indicating copy to clipboard operation
jfrog-cli-core copied to clipboard

Job Summaries

Open EyalDelarea opened this issue 1 year ago • 1 comments

  • [x] All tests passed. If this feature is not already covered by the tests, I added new tests.
  • [x] All static analysis checks passed.
  • [x] This pull request is on the dev branch.
  • [x] I used gofmt for formatting the code before submitting the pull request.

GitHub Job Summaries

Allows to output workflow level GitHub job summaries, collecting CLI commands that ran on the current workflow.

How does it work?

flowchart TD
GitHub-Actions-Workflow
    A[Setup CLI] --> B[Job - execute CLI supported Command] --> C(record aggregated results markdown to runner file system)
    
    C --> B

    C --> E
    
   E[JFrog-CLI-Setup CleanUp function sets the aggregated markdown as job summary]
    
  

Final result example:

image (7)

EyalDelarea avatar May 01 '24 10:05 EyalDelarea