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' } } }