• 
      

    Fix notifyReviewBoard in pipeline jobs on modern Jenkins LTS

    Review Request #11802 — Created Aug. 26, 2021 and submitted — Latest diff uploaded

    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.

    Commits

    Files