diff --git a/JenkinsfileNeural b/JenkinsfileNeural index 40e4993..2c894bc 100644 --- a/JenkinsfileNeural +++ b/JenkinsfileNeural @@ -29,14 +29,14 @@ node { archiveArtifacts 'model/**/*.*' } emailext body: 'Successful build', - subject: "Successful build", + subject: "s434765", to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms" } } catch (e) { emailext body: 'Failed build', - subject: "Failed build", + subject: "s434765", to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms" throw e }