From 5dd9889f4640fa3b90da00f0ff64bb664c8eb8d6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 Feb 2021 08:33:27 +0000 Subject: [PATCH] [APM-UI][E2E] use withGithubStatus step (#90651) (#90736) --- .ci/end2end.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')) }