Skip to content

v1.1.23 - getDiffPropertiesAsString added

Latest
Compare
Choose a tag to compare
@Lucas-C Lucas-C released this 11 Jun 15:33
· 6 commits to master since this release
6dd12f7

Added

  • getDiffPropertiesAsString : like getDiffProperties but output text and has a parameter to select part of the output: only the "common", "only_left", "only_right" or "differing" field.
    Useful to send it by mail or display it in Jenkins console! - thanks @JefffLD !