Zmiana maila, poprawki
This commit is contained in:
parent
97565adb7b
commit
522f357fd4
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user