• 
      

    Fix notifyReviewBoard in pipeline jobs on modern Jenkins LTS

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

    Information

    Jenkins plugin
    master

    Reviewers

    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 ID
    Fix notifyReviewBoard in pipeline jobs on modern Jenkins LTS
    ba11cd532ef1f1da8135eca171b87e5e6d674dc0
    david
    1. Ship It!
    2. 
        
    misery
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (128eb66)