From e6ed31bed84555a60ebb262ed0beac84f9cde555 Mon Sep 17 00:00:00 2001 From: Karolina Oparczyk Date: Mon, 17 May 2021 21:58:56 +0200 Subject: [PATCH] epochs parameter --- JenkinsfileNeural | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }