diff --git a/.ci/end2end.groovy b/.ci/end2end.groovy index 63ee2ca48659d..1ae99f4b1ee8a 100644 --- a/.ci/end2end.groovy +++ b/.ci/end2end.groovy @@ -118,9 +118,9 @@ pipeline { } def notifyStatus(String description, String status) { - withGithubNotify.notify('end2end-for-apm-ui', description, status, getBlueoceanTabURL('pipeline')) + withGithubStatus.notify('end2end-for-apm-ui', description, status, getBlueoceanTabURL('pipeline')) } def notifyTestStatus(String description, String status) { - withGithubNotify.notify('end2end-for-apm-ui', description, status, getBlueoceanTabURL('tests')) + withGithubStatus.notify('end2end-for-apm-ui', description, status, getBlueoceanTabURL('tests')) }