Commit 686162a1 authored by carignani's avatar carignani
Browse files

notify user of failures

parent 1fe2560e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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}"
		}
	}
}