Loading Jenkinsfile +3 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,9 @@ pipeline { mail to: 'cti_support@etsi.org', subject: "Failed Pipeline: ${currentBuild.fullDisplayName}", body: "Something is wrong with ${env.BUILD_URL}" mail to: 'gitlabUserEmail', subject: "[3GPP Forge] Validaiton failed: ${currentBuild.fullDisplayName}", body: "Some validation errors were found in your contribution to 3GPP Forge. Review at ${env.BUILD_URL}" } } } Loading
Jenkinsfile +3 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,9 @@ pipeline { mail to: 'cti_support@etsi.org', subject: "Failed Pipeline: ${currentBuild.fullDisplayName}", body: "Something is wrong with ${env.BUILD_URL}" mail to: 'gitlabUserEmail', subject: "[3GPP Forge] Validaiton failed: ${currentBuild.fullDisplayName}", body: "Some validation errors were found in your contribution to 3GPP Forge. Review at ${env.BUILD_URL}" } } }