Commit aad7f1a1 authored by carignani's avatar carignani
Browse files

improve text in email notification

parent 5268a23d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -82,7 +82,10 @@ pipeline {
                body: "Something is wrong with ${env.BUILD_URL}"
            mail to: "${RECIPIENT}",
                subject: "[3GPP Forge] Validaiton failed: ${currentBuild.fullDisplayName}",
                body: "Some validation errors were found in your contribution to 3GPP Forge. Review at ${env.BUILD_URL}"
                body: "Your contribution to 3GPP Forge was applied successfully; however, " +
                    "after running the validation process for all the files in the repository," +
                    "some errors were detected (they may, or may not be related to your own " +
                    "contribution). Please check the 'Console output' at ${env.BUILD_URL}"
        }
    }
}