ggegreerg
This commit is contained in:
parent
5caa2501a0
commit
575d1568cf
@ -21,10 +21,8 @@ pipeline {
|
||||
steps
|
||||
{
|
||||
catchError {
|
||||
sh 'cd tmp'
|
||||
sh 'ls'
|
||||
sh 'pwd'
|
||||
sh 'mkdir mlruns'
|
||||
sh 'rm -r tmp'
|
||||
sh 'mkdir -p tmp/mlruns'
|
||||
|
||||
sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user