From a857c78b74a4b2d7879a9808e5d819373cf42acd Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sun, 24 Apr 2022 16:40:42 +0200 Subject: [PATCH] work on lab6 --- Jenkinsfile_dataset_for_LAB6 | 2 ++ 1 file changed, 2 insertions(+) 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/' } } }