Execute JFrog CLI commands as part of a Freestyle job build step.
This builder allows you to run any JFrog CLI command to interact with your JFrog Platform, including:
- Upload and download artifacts to/from Artifactory
- Scan builds and artifacts with JFrog Xray
- Publish build-info
- Manage Docker images
- Execute Maven, Gradle, npm, and other build tool commands
⚠️ Prerequisites: Before using this builder, you must:
- Configure JFrog CLI as a tool in Jenkins:
- Go to Manage Jenkins → Global Tool Configuration
- Find the JFrog CLI section
- Add a JFrog CLI installation (automatic or manual)
- Configure your JFrog Platform instance:
- Go to Manage Jenkins → Configure System
- Find the JFrog Plugin Configuration section
- Add your JFrog Platform URL and credentials
For more information about JFrog CLI commands, see the
JFrog CLI documentation.