diff --git a/Jenkinsfile_dataset_for_LAB6 b/Jenkinsfile_dataset_for_LAB6 index 2823ec2..1b4962d 100644 --- a/Jenkinsfile_dataset_for_LAB6 +++ b/Jenkinsfile_dataset_for_LAB6 @@ -12,6 +12,8 @@ pipeline { echo 'Archiving clean train and test datasets...' archiveArtifacts artifacts: 'lego_sets_clean_train.csv, lego_sets_clean_test.csv' echo 'Datasets archived' + echo 'Launching the s449288-training job...' + build job: 's449288-training/master/' } } }