diff --git a/Jenkinsfile_dataset_for_LAB6 b/Jenkinsfile_dataset_for_LAB6 index 5937036..1b4962d 100644 --- a/Jenkinsfile_dataset_for_LAB6 +++ b/Jenkinsfile_dataset_for_LAB6 @@ -13,7 +13,7 @@ pipeline { 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/' } } }