Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeamCity-Builds not published to project-specific build repo #99

Open
xBlade58 opened this issue Aug 27, 2021 · 3 comments
Open

TeamCity-Builds not published to project-specific build repo #99

xBlade58 opened this issue Aug 27, 2021 · 3 comments

Comments

@xBlade58
Copy link

xBlade58 commented Aug 27, 2021

As you know, the Artifactory EnterpriseX Version of Artifactory comes with the Project-Feature. When working with this feature, I noted the following issue:

The Artifactory Plugin in TeamCity always publishes the "build-info" - files to the default build repo called "artifactory-build-info". In Artifactory, they are thus only visible globally, but not on project level. More specifically:

What TC does:

curl -u test-user:****** -X PUT https://artifactory.company.com/artifactory/api/build -H "Content-Type: application/json" --upload-file firstBuild.json

What TC should be doing:

curl -u test-user:****** -X PUT https://artifactory.company.com/artifactory/api/build ?project=abcd -H "Content-Type: application/json" --upload-file firstBuild.json

Artifactory: EnterpriseX 7.21.5
Plugin: 2.9.1

@austlane
Copy link

I'm experiencing the same, and have been unable to find any method to specify this.

Please add this crucial feature, it's hindering us from rolling out project-based permissions.

@ldemers777
Copy link

We experience the same here too and we 100% agree with the reasons above (project-based isolation/permissions).

@dodjango
Copy link

dodjango commented Mar 2, 2023

The same for us and we fully aggree, please add this to the plugin. THX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants