diff --git a/Jenkinsfile b/Jenkinsfile index 4da901f..6ab19f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,10 +29,7 @@ pipeline { archiveArtifacts 'data_test.csv' archiveArtifacts 'data_train.csv' archiveArtifacts 'healthcare-dataset-stroke-data.csv' - when{ - branch 's434766-dataset-stats' - branch 's434766-training' - } + build job: 's434766-training' } } } diff --git a/pytorch-training-eval/Jenkinsfile-train b/pytorch-training-eval/Jenkinsfile-train index 6485c46..868da18 100644 --- a/pytorch-training-eval/Jenkinsfile-train +++ b/pytorch-training-eval/Jenkinsfile-train @@ -43,6 +43,7 @@ pipeline { emailext body: currentBuild.result ?: 'SUCCESS', subject: 's434766 training', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' + build job: 's434766-evaluation' } } } diff --git a/stroke.pth b/stroke.pth index 6763b75..573867c 100644 Binary files a/stroke.pth and b/stroke.pth differ