You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: