fix: jenkinsfile

This commit is contained in:
Filip Patyk 2023-05-10 16:57:59 +02:00
parent 680207c383
commit 89fb6f4d46

View File

@ -64,7 +64,7 @@ node {
sh 'mkdir -p ./results/'
sh 'mv model.pt ./results/model.pt'
}
stage("Docker: Running training model")
stage("Docker: Running evaluation model")
{
sh 'mkdir -p ./.cache'
// sh ""