This commit is contained in:
s434766 2021-05-10 11:19:04 +02:00
parent f6d661042b
commit 78acde764f
3 changed files with 2 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -29,10 +29,7 @@ pipeline {
archiveArtifacts 'data_test.csv' archiveArtifacts 'data_test.csv'
archiveArtifacts 'data_train.csv' archiveArtifacts 'data_train.csv'
archiveArtifacts 'healthcare-dataset-stroke-data.csv' archiveArtifacts 'healthcare-dataset-stroke-data.csv'
when{ build job: 's434766-training'
branch 's434766-dataset-stats'
branch 's434766-training'
}
} }
} }
} }

View File

@ -43,6 +43,7 @@ pipeline {
emailext body: currentBuild.result ?: 'SUCCESS', emailext body: currentBuild.result ?: 'SUCCESS',
subject: 's434766 training', subject: 's434766 training',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
build job: 's434766-evaluation'
} }
} }
} }

Binary file not shown.