How to upload the Jenkins successful war build in freestyle project into jfrog private repository using an executable script or build artifactS.
Asked
Active
Viewed 244 times
1 Answers
3
You can use the JFrog CLI in your job's scripts to do this. Specifically the Uploading files option.
It allows automating many of the tasks with Artifactory and JFrog Container Registry in a generic way so porting it between different execution environments is easy.

Eldad Assis
- 10,464
- 11
- 52
- 78