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
Description:
The Artifactory build info link generated within TeamCity lacks the timestamp of the build. This leads to incorrect redirection to a UI page that fails to display the build artifacts as intended.
Go the build page to access the Artifactory build info link in TeamCity.
Click on the link to access the Artifactory UI page for the build.
Expected Behavior:
The Artifactory build info link should contain the appropriate timestamp, redirecting users to the correct UI page that displays the associated build artifacts.
Actual Behavior:
The Artifactory build info link generated by TeamCity does not include the timestamp. Consequently, clicking on the link redirects users to an incorrect UI page that fails to display the build artifacts as intended.
Additional Information:
When accessing the Build Info directly from Artifactory's builds page, the artifacts are correctly displayed.
The issue appears to stem from the missing build timestamp in the URL generated by the Artifactory plugin in TeamCity.
Similar problem for me in the build Overview, with plugin v2.10.2, Teamcity 2022.10.4 and Artifactory 7.55.14.
The impact is that the link under Module Id in the target page leads to an empty artifact list.
Note: the link provided in the logs still uses the /webapp context (see #139), and, for some reason, it is still working fine, without timestamp. The URL is in the form https://<JFROG_URL>/artifactory/webapp/builds/MyProjects_BuildInfoTest/2.
Description:
The Artifactory build info link generated within TeamCity lacks the timestamp of the build. This leads to incorrect redirection to a UI page that fails to display the build artifacts as intended.
Steps to Reproduce:
Expected Behavior:
The Artifactory build info link should contain the appropriate timestamp, redirecting users to the correct UI page that displays the associated build artifacts.
Actual Behavior:
The Artifactory build info link generated by TeamCity does not include the timestamp. Consequently, clicking on the link redirects users to an incorrect UI page that fails to display the build artifacts as intended.
Additional Information:
build.timestamp
property.The text was updated successfully, but these errors were encountered: