1 comment

It seems you may have the incorrect BUILD_TYPE_EXT_ID specified, which is why you're getting a 404 error. Please look at our documentation on this subject, available here: https://www.jetbrains.com/help/teamcity/patterns-for-accessing-build-artifacts.html

/repository/download/BUILD_TYPE_EXT_ID/.lastFinished/ARTIFACT_PATH
/repository/download/BUILD_TYPE_EXT_ID/.lastSuccessful/ARTIFACT_PATH
/repository/download/BUILD_TYPE_EXT_ID/.lastPinned/ARTIFACT_PATH

Replace "BUILD_TYPE_EXT_ID" with the Build Configuration ID found in the General Settings of your target build configuration.

0

Please sign in to leave a comment.