Skip to content
Snippets Groups Projects
Unverified Commit 75f91c06 authored by Noah Prail's avatar Noah Prail
Browse files

Changed build artifact download url from uilds to jobs. Fixes #290

parent 0963eb28
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -9,5 +9,5 @@ fun Build.getRawBuildUrl(baseUrl: String, project: Project): String {
}
 
fun Build.getDownloadBuildUrl(baseUrl: String, project: Project): String {
return baseUrl + GitLabService.API_VERSION + "/projects/" + project.id + "/builds/" + id + "/artifacts"
return baseUrl + GitLabService.API_VERSION + "/projects/" + project.id + "/jobs/" + id + "/artifacts"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment