Update 'lab6/Jenkinsfile_eval'
This commit is contained in:
parent
912543eacb
commit
592572aeee
@ -14,7 +14,7 @@ pipeline {
|
|||||||
copyArtifacts filter: 'lego_sets_clean_test.csv', projectName: 's449288-create-dataset'
|
copyArtifacts filter: 'lego_sets_clean_test.csv', projectName: 's449288-create-dataset'
|
||||||
echo 'Datasets copied'
|
echo 'Datasets copied'
|
||||||
echo 'Copying model from the training job...'
|
echo 'Copying model from the training job...'
|
||||||
copyArtifacts filter: 'lego_reg_model.tar.gz', projectName: 's449288-training'
|
copyArtifacts filter: 'lego_reg_model.tar.gz', projectName: 's449288-training/master/'
|
||||||
echo 'Model copied'
|
echo 'Model copied'
|
||||||
sh 'tar xvzf lego_reg_model.tar.gz'
|
sh 'tar xvzf lego_reg_model.tar.gz'
|
||||||
echo 'Optional copying of the metrics file from previous build...'
|
echo 'Optional copying of the metrics file from previous build...'
|
||||||
|
Loading…
Reference in New Issue
Block a user