Skip to content

Commit 3edea68

Browse files
committed
Fixes
1 parent 47b86e9 commit 3edea68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/github.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def createCheckRun(String name, String status, String url = '') {
189189
'external_id': env.BUILD_NUMBER,
190190
'status': status
191191
]
192-
if (details_url.length() > 0) payload['details_url'] = details_url
192+
if (url.length() > 0) payload['details_url'] = url
193193
String json = writeJSON returnText: true, json: payload
194194

195195
def response = httpRequest(

0 commit comments

Comments
 (0)