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

Updated raw job log url from uilds to jobs. Related to #290

parent 75f91c06
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -5,7 +5,7 @@ import com.commit451.gitlab.model.api.Build
import com.commit451.gitlab.model.api.Project
 
fun Build.getRawBuildUrl(baseUrl: String, project: Project): String {
return baseUrl + project.pathWithNamespace + "/builds/" + id + "/raw"
return baseUrl + project.pathWithNamespace + "/-/jobs/" + id + "/raw"
}
 
fun Build.getDownloadBuildUrl(baseUrl: String, project: Project): String {
Loading
Loading
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