@@ -39,7 +39,7 @@ pipeline {
3939 -H "Authorization: token $GITHUB_TOKEN" \
4040 -H "Accept: application/vnd.github.v3+json" \
4141 "https://api.github.com/repos/KoderFPV/Cognito/statuses/$GIT_COMMIT" \
42- -d '{"state":"pending","context":"eval- tests","description":"Evaluation tests running..."}'
42+ -d '{"state":"pending","context":"CI / Evaluation tests","description":"Evaluation tests running..."}'
4343 '''
4444 }
4545 }
@@ -87,7 +87,7 @@ pipeline {
8787 -H "Authorization: token $GITHUB_TOKEN" \
8888 -H "Accept: application/vnd.github.v3+json" \
8989 "https://api.github.com/repos/KoderFPV/Cognito/statuses/$GIT_COMMIT" \
90- -d '{"state":"failure","context":"eval- tests","description":"Evaluation tests failed"}'
90+ -d '{"state":"failure","context":"CI / Evaluation tests","description":"Evaluation tests failed"}'
9191 '''
9292 }
9393 }
@@ -98,7 +98,7 @@ pipeline {
9898 -H "Authorization: token $GITHUB_TOKEN" \
9999 -H "Accept: application/vnd.github.v3+json" \
100100 "https://api.github.com/repos/KoderFPV/Cognito/statuses/$GIT_COMMIT" \
101- -d '{"state":"success","context":"eval- tests","description":"Evaluation tests passed"}'
101+ -d '{"state":"success","context":"CI / Evaluation tests","description":"Evaluation tests passed"}'
102102 '''
103103 }
104104 }
0 commit comments