Loading Jenkinsfile +4 −1 Original line number Diff line number Diff line Loading @@ -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}" } } } Loading
Jenkinsfile +4 −1 Original line number Diff line number Diff line Loading @@ -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}" } } }