Skip to content

Build info extractors no longer applying publishing repository from Teamcity Artifactory plugin #592

@DanielJRutledge

Description

@DanielJRutledge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugCreate a report to help us improve

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions