diff --git a/Jenkinsfile_train b/Jenkinsfile_train index af065ca..23a74b5 100644 --- a/Jenkinsfile_train +++ b/Jenkinsfile_train @@ -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' } }