Update 'lab6/Jenkinsfile'
All checks were successful
s449288-training/pipeline/head This commit looks good
All checks were successful
s449288-training/pipeline/head This commit looks good
This commit is contained in:
parent
48e740fa58
commit
76fe5ffee7
2
lab6/Jenkinsfile
vendored
2
lab6/Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
|||||||
sh 'python3 simple_regression.py'
|
sh 'python3 simple_regression.py'
|
||||||
echo 'Model and predictions saved'
|
echo 'Model and predictions saved'
|
||||||
sh 'head lego_reg_results.csv'
|
sh 'head lego_reg_results.csv'
|
||||||
sh 'head lego_reg_model'
|
sh 'ls -lh lego_reg_model'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user