correction to Jenkinsfile
All checks were successful
s444517-training/pipeline/head This commit looks good
s444517-evaluation/pipeline/head This commit looks good

This commit is contained in:
Kamila 2022-05-03 13:24:06 +02:00
parent 90c51a6cf2
commit 3581fdd323

View File

@ -26,7 +26,7 @@ pipeline {
stage('Get data save artifacts') {
steps {
sh 'python3 ./nn_train.py $EPOCH'
archiveArtifacts artifacts: 'my_model/saved_model.pb'
archiveArtifacts artifacts: 'my_model/saved_model.pb, results.txt'
}
}