From e2e9b2d8a7c56f96d25cb6ce18e0f54041ac0709 Mon Sep 17 00:00:00 2001 From: Jesus de Gregorio Date: Sat, 13 Mar 2021 11:09:48 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6dd2061..684cfc8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,7 +80,7 @@ pipeline { subject: "[3GPP Forge] Validation succeeded: ${currentBuild.fullDisplayName}", body: "Your contribution to 3GPP Forge was applied successfully and, " + "after running the validation process for all the files in the repository, " + - "no critial errors were detected.\n" + + "no critical errors were detected.\n" + "Detailed information in the 'Console output' at ${env.BUILD_URL}" } -- GitLab