arch artifacts & mailing
This commit is contained in:
parent
c11b16dd1e
commit
e70f6a1833
12
lab5/eval/Jenkinsfile
vendored
12
lab5/eval/Jenkinsfile
vendored
@ -60,4 +60,16 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
success {
|
||||||
|
mail body: 'SUCCESS',
|
||||||
|
subject: 's434684-evaluation',
|
||||||
|
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
|
}
|
||||||
|
failure {
|
||||||
|
mail body: 'FAILURE',
|
||||||
|
subject: 's434684-evaluation',
|
||||||
|
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
14
lab5/train/Jenkinsfile
vendored
14
lab5/train/Jenkinsfile
vendored
@ -45,9 +45,23 @@ pipeline {
|
|||||||
stage('archive artifact') {
|
stage('archive artifact') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts 'grid-stability-dense.h5'
|
archiveArtifacts 'grid-stability-dense.h5'
|
||||||
|
archiveArtifacts 'my_runs/**'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
success {
|
||||||
|
build job: 's434684-evaluation/master'
|
||||||
|
mail body: 'SUCCESS',
|
||||||
|
subject: 's434684-training',
|
||||||
|
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
|
}
|
||||||
|
failure {
|
||||||
|
mail body: 'FAILURE',
|
||||||
|
subject: 's434684-training',
|
||||||
|
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user