From 522f357fd45eb82467ec4c5258c0c205d6267fda Mon Sep 17 00:00:00 2001 From: Anna Nowak Date: Wed, 28 Apr 2021 23:01:13 +0200 Subject: [PATCH] Zmiana maila, poprawki --- Jenkinsfile-train | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile-train b/Jenkinsfile-train index 9dfee26..4e68754 100644 --- a/Jenkinsfile-train +++ b/Jenkinsfile-train @@ -32,7 +32,6 @@ pipeline { steps { catchError { - sh 'ls' sh 'python3.8 train.py ${BATCH_SIZE} ${EPOCHS}' } } @@ -44,9 +43,9 @@ pipeline { } stage('send email') { steps { - emailext body: currentBuild.result, + emailext body: currentBuild.result ?: 'SUCCESS', subject: 's434760 - train', - to: 'annnow19@st.amu.edu.pl' + to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' } } }