summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/groovy-postbuild001.yaml
blob: 4d96a997d2a3081d284934c92d3ff1be727d070f (plain)
1
2
3
4
5
6
7
8
publishers:
    - groovy-postbuild:
        script: "manager.buildFailure()"
        classpath:
            - "file:///path/to/your/lib"
            - "file:///path/to/your/lib"
        on-failure: "failed"
        matrix-parent: true