Skip to content

Commit

Permalink
[APM-UI][E2E] use withGithubStatus step (#90651) (#90736)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 10, 2021
1 parent 4a3ccac commit 5dd9889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/end2end.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
}

0 comments on commit 5dd9889

Please sign in to comment.