jfrog-cli
jfrog-cli copied to clipboard
Job Summaries
- [x] All tests have passed. If this feature is not already covered by the tests, new tests have been added.
- [x] The pull request is targeting the
devbranch. - [x] The code has been validated to compile successfully by running
go vet ./.... - [x] The code has been formatted properly using
go fmt ./....
Needed actions to allow GitHub Job Summary:
- unmask JF_URL var : delete it from secrets and move it to ENV or supply JF_URL on setup CLI as string.
- For self hosted runners, set RUNNER_HOMEDIR path to allow the CLI to save CLI output data.
depends on : https://github.com/jfrog/jfrog-cli-core/pull/1179