Update 'Jenkinsfile_dataset_for_LAB6'
Some checks failed
s449288-evaluation/pipeline/head There was a failure building this commit
s449288-training/pipeline/head There was a failure building this commit

This commit is contained in:
Kacper Dudzic 2022-04-25 22:47:22 +02:00
parent 3ddfab4769
commit 035f4e0ae6

View File

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