Fix model path
This commit is contained in:
parent
6b8c43b7c9
commit
f86630451c
@ -20,7 +20,7 @@ pipeline {
|
||||
}
|
||||
stage('Save trained model files') {
|
||||
steps{
|
||||
archiveArtifacts 'linear_regression/**'
|
||||
archiveArtifacts 'linear_regression.h5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user