Gradle Release Management for Jenkins Artifactory Plugin

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo

The release management in Gradle relies on version (and other) properties managed by gradle.properties file. You add all the relevant properties to the release management configuration, and the plugin will read and modify those properties in the gradle.properties file.

These are the basic steps that the plugin performs:

  1. Change the gradle.properties with release values (before the build starts)

  2. Trigger the Gradle build step (with optionally different tasks and options)

  3. Commit/push changes to the tag (Subversion) or the release branch (Git)

  4. Change the gradle.properties with next integration values