This commit is contained in:
parent
23628e38eb
commit
707fa46258
@ -19,6 +19,7 @@ pipeline {
|
||||
name: 'EPOCHS'
|
||||
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('checkout') {
|
||||
steps {
|
||||
@ -32,17 +33,19 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
steps{
|
||||
archiveArtifacts 'pred.txt'
|
||||
archiveArtifacts 'stroke.pkl'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
emailext body: 'Training of stroke predictions is finished',
|
||||
subject: 's434766 training finished',
|
||||
}
|
||||
|
||||
stage('sendMail') {
|
||||
steps{
|
||||
emailext body: currentBuild.result ?: 'SUCCESS',
|
||||
subject: 's434766 training',
|
||||
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user