Commit 8f2203fd authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

Corrected typo in mailto subject line

parent aad7f1a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ pipeline {
                subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
                body: "Something is wrong with ${env.BUILD_URL}"
            mail to: "${RECIPIENT}",
                subject: "[3GPP Forge] Validaiton failed: ${currentBuild.fullDisplayName}",
                subject: "[3GPP Forge] Validation failed: ${currentBuild.fullDisplayName}",
                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 " +