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
Configure an Artifactory 7.X server in the plugin.
Create a project to test with, and create a test build.
Add a generic Command Line build step (this same behavior applies to all build steps) and echo “Hello World”.
Enable Publish build info in the command line build step.
Save and execute the build.
Observe in the logs the Command Line build step execution and subsequent build link that is created: Build-info successfully deployed. Browse it in Artifactory under http://localhost:8082/artifactory/webapp/builds/Test_Test/4
The text was updated successfully, but these errors were encountered:
After creating a build in teamcity, the build link generated is in the Artifactory 6.x format, even if Artifactory is running 7.x
e.g. of build link http://artifactory:8081/artifactory/webapp/builds/Test_Test/3
Steps to reproduce
Build-info successfully deployed. Browse it in Artifactory under http://localhost:8082/artifactory/webapp/builds/Test_Test/4
The text was updated successfully, but these errors were encountered: