mlfooooooooow

This commit is contained in:
Robert Bendun 2023-05-15 16:39:09 +02:00
parent 74133a2fcb
commit a70b436a69
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ node {
target: 'src/'
sh 'cd src; python tf_train.py $EPOCHS'
archiveArtifacts artifacts: 'src/model.keras,mlruns/**/*', followSymlinks: false
archiveArtifacts artifacts: 'src/model.keras,src/mlruns/**/*', followSymlinks: false
}
}