Fix model path

This commit is contained in:
Wojciech Jarmosz 2021-05-14 04:27:00 +02:00
parent 6b8c43b7c9
commit f86630451c

View File

@ -20,7 +20,7 @@ pipeline {
}
stage('Save trained model files') {
steps{
archiveArtifacts 'linear_regression/**'
archiveArtifacts 'linear_regression.h5
}
}
}