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