mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ci][apm-ui] fix argument name for disabling pr comments (#72633)
This commit is contained in:
parent
245940ac11
commit
42d2b7def5
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
cleanup {
|
||||
notifyBuildResult(notifyPRComment: false, analyzeFlakey: false, shouldNotify: false)
|
||||
notifyBuildResult(prComment: false, analyzeFlakey: false, shouldNotify: false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue