JFrog Artifactory Plugin Details
Plugin Version: 1.0.1Last Update on: December 20, 2019
Overview
JFrog Artifactory is an artifact repository manager, which is entirely technology agnostic and fully supports software created in any language or using any tool. It is also the only enterprise-ready repository manager available that supports secure, clustered, high availability Docker registries.
JFrog Artifactory:
Version Supported:
This plugin was developed and tested against version present on JFrog Artifactory 6.13.1
Plugin Operation:
1. DeployArtifact This operation allows to deploy a file from local computer to JFrog Artifactory repository:Input parameter(s):
Parameter | Is Mandatory | Help Text |
Url | true | JFrog Artifactory instance Url(Ex: http://192.168.12.166:8081/artifactory). |
UserName | true | JFrog Artifactory login username. |
Password | true | JFrog Artifactory login password. |
Repository | true | Repository name of JFrog Artifactory (Ex : nuget-local) |
File Path | true | Full path of the file to be deployed (Ex : D:\demo\demo.txt) |
File Name | true | Name of the file (Ex : deployment.txt) |
Output parameter(s):
Parameter | Help Text |
FileUrl | File Url in JFrog Artifactory repository. |
FileSize | File size in byte. |
CreatedBy | File uploaded by. |
CreatedOn | File uploaded on. |
2. DownloadArtifact This operation allows to download a file from JFrog Artifactory repository to local computer:
Input parameter(s):
Parameter | Is Mandatory | Help Text |
Url | true | JFrog Artifactory instance Url(Ex: http://192.168.12.166:8081/artifactory). |
UserName | true | JFrog Artifactory login username. |
Password | true | JFrog Artifactory login password. |
Repository | true | Repository name of JFrog Artifactory (Ex : nuget-local) |
File Name | true | Name of the file (Ex : deployment.txt) |
File Path | true | Full path where the file will be downloaded (Ex : D:\demo\demo.txt) |
Output parameter(s):
Parameter | Help Text |
FilePath | File location where the file is downloaded. |
FileSize | File size in byte. |
Disclaimers:
- Only deploy and download artifact can be done using this plugin.
- For upload and download artifact, file path should be a valid path of agent machine.
Release Details:
JFrog Artifactory: 1.0.1
Initial version with basic functionalities.
Initial version with basic functionalities.