This commit is contained in:
wojciechbatruszewicz 2023-06-26 20:13:21 +02:00
parent f18a7d6ff4
commit a979df9218

View File

@ -30,7 +30,7 @@ pipeline {
sh 'ls -l'
docker.image('docker-image').inside {
sh 'ls -l'
sh 'python3 ./model_train.py'
sh 'python3 ./train.py'
archiveArtifacts 'model.pt'
}
}