@@ -121,10 +121,10 @@ class CiConfig(
|
|||||||
println("Statusupdate $state $description")
|
println("Statusupdate $state $description")
|
||||||
val body = """
|
val body = """
|
||||||
{
|
{
|
||||||
\"context\": \"SteamWarCI\",
|
"context": "SteamWarCI",
|
||||||
\"description\": \"$description\",
|
"description": "$description",
|
||||||
\"state\": \"$state\",
|
"state": "$state",
|
||||||
\"target_url\": \"https://steamwar.de/buildlogs/$lognumber.txt\"
|
"target_url": "https://steamwar.de/buildlogs/$lognumber.txt"
|
||||||
}
|
}
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
apiQuery("POST", "/statuses/$commit", body)
|
apiQuery("POST", "/statuses/$commit", body)
|
||||||
|
|||||||
Reference in New Issue
Block a user