work on lab6
s449288-training/pipeline/head This commit looks good Details

This commit is contained in:
Kacper Dudzic 2022-04-24 16:40:42 +02:00
parent 51a7e448ae
commit a857c78b74
1 changed files with 2 additions and 0 deletions

View File

@ -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/'
}
}
}