Describe the bug
We rely on the publishing repository being applied from the Teamcity Artifactory plugin, overriding the setting in the project's build.gradle. As of 4.25.3, it seems as though the Publishing repository is no longer being applied from the Teamcity Artifactory plugin.
To Reproduce
Set a repository in the Teamcity Artifactory plugin, overriding the setting in the project's build.gradle.
artifactory { contextUrl = "${artifactoryBase}" ... publish { repository { repoKey = isRelease ? 'maven-release' : 'maven-dev' } defaults { publications ('ALL_PUBLICATIONS') } } }
Expected behavior
Historically, the setting in the Teamcity plugin has overridden the setting in build.gradle.
Versions
- Extractor version: 4.25.3
- Operating system: RHEL 7
- Artifactory Version: 7.27.9