-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Ubuntu Linux 12.04; Jenkins 1.508; Gradle 1.4
Our builds use $HOME/.gradle/gradle.properties to store secrets (i.e. Artifactory username/password).
After upgrading to 1.22, this file does not seem to be loaded.
Likely related: https://github.com/jenkinsci/gradle-plugin/commit/e3c13fb8ad5929d33dc657de24a2ba6e715c8a02
Possible workarounds:
- Revert to 1.21
- Copy the file into the workspace via shell (or some other pre-gradle step)
+1 also a problem for us, global properties & nexus creds were in $HOME/.gradle, had to revert to 1.21