|
@@ -139,8 +139,8 @@ function writeEntry(spec, contract, success, url) {
|
|
|
spec,
|
|
|
contract,
|
|
|
success ? ':x:' : ':heavy_check_mark:',
|
|
|
+ url ? `[link](${url?.replace('/output/', '/jobStatus/')})` : 'error',
|
|
|
url ? `[link](${url})` : 'error',
|
|
|
- url ? `[link](${url?.replace('/jobStatus/', '/output/')})` : 'error',
|
|
|
),
|
|
|
);
|
|
|
}
|