To compare the “String” we can follow the below approach.
How to compare “Strings” in Jenkins pipeline scripts?
Posted on
A computer science portal
To compare the “String” we can follow the below approach.
For this we need to install the Junit plugin for Jenkins. As if we check the source template of the email-ext plugin as mentioned here, then we can find that for Junit report part, it’s fetching the values from Junit result. Then we need to call this in the pipeline as mentioned below, assuming we…