When creating a maven project on Jenkins, you can specify a build trigger:
Create SNAPSHOT dependencies when building
It works out of the box.
I have a Gradle project that I am building with Gradle (v. 1.2) on Jenkins (version 1.483), using Artifactory as my binary repository. But can not find the same option. Are there any Gradle plugins for Jenkins that allow this feature, or can I configure it globally in a .gradle file?
source share