Fix notifyReviewBoard in pipeline jobs on modern Jenkins LTS

Review Request #11802 — Created Aug. 25, 2021 and submitted

misery
Jenkins plugin
master
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
Fix notifyReviewBoard in pipeline jobs on modern Jenkins LTS
david
  1. Ship It!
  2. 
      
misery
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (128eb66)
Loading...