flake8
passed.
JSHint
passed.
Review Request #11802 — Created Aug. 25, 2021 and submitted
Information | |
---|---|
misery | |
Jenkins plugin | |
master | |
Reviewers | |
rbintegrations | |
Fix notifyReviewBoard in pipeline jobs on modern Jenkins LTS
Started a pipeline job on Jenkins with following post build step:
post { always { notifyReviewBoard() } }
This won't be executed before this patch. Now it is working with
modern Jenkins LTS.TODO: Unit-Test is failing because of newer Jenkins-API.
Summary |
---|