[ci][apm-ui] fix argument name for disabling pr comments (#72633)

This commit is contained in:
Victor Martinez 2020-07-21 16:16:47 +01:00 committed by GitHub
parent 245940ac11
commit 42d2b7def5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ pipeline {
}
}
cleanup {
notifyBuildResult(notifyPRComment: false, analyzeFlakey: false, shouldNotify: false)
notifyBuildResult(prComment: false, analyzeFlakey: false, shouldNotify: false)
}
}
}