diff --git a/Jenkinsfile b/Jenkinsfile index 6920eb4..4da901f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,6 +29,10 @@ pipeline { archiveArtifacts 'data_test.csv' archiveArtifacts 'data_train.csv' archiveArtifacts 'healthcare-dataset-stroke-data.csv' + when{ + branch 's434766-dataset-stats' + branch 's434766-training' + } } } }