This commit is contained in:
Wojciech Lidwin 2023-05-11 19:06:23 +02:00
parent c0416be0a0
commit f8b87b4f6c

View File

@ -14,7 +14,7 @@ node {
sh "chmod +x -R ${env.WORKSPACE}"
testImage.inside{
copyArtifacts filter: 'baltimore_train.csv', projectName: 's487197-create-dataset'
sh "python3 train.py"
sh "python3 ium_train.py"
archiveArtifacts artifacts: 'baltimore_model3.pth'