Stage a Gradle Release Build for TeamCity Integration

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo

Once release management is enabled, the Artifactory Release Management tab appears at the top of the build page.

TCMavenReleaseLink.png

Clicking on the tab reveals configuration options for the release build:

TCMavenRelease.png

The Release staging tab displays the Release and Next development properties configured for the runner. The plugin reads these values from the gradle.properties file and attempts to calculate and display Release and Next integration version in the text fields.

If Create VCS tag is checked (default), the plugin commits/pushes the POMs with the release version to the version control system with the commit comment. When using Git, if Use release branch is checked, the Next release version changes are carried out on the release branch instead of the current checkout branch. The final section allows you to change the target repository (the default is the release repository configured in Artifactory publisher) and an optional staging comment which includes the build info deployed to Artifactory.

Click on the Build and Release to Artifactory button to trigger the release build.