mlflow save model
This commit is contained in:
parent
933d80f25e
commit
f426717a18
@ -23,11 +23,11 @@ node {
|
||||
sh '''
|
||||
#!/usr/bin/env bash
|
||||
chmod 777 neural_network.sh
|
||||
rm -r model
|
||||
rm -r youtube_model
|
||||
./neural_network.sh $EPOCHS | tee output.txt
|
||||
'''
|
||||
archiveArtifacts 'output.txt'
|
||||
archiveArtifacts 'model/**/*.*'
|
||||
archiveArtifacts 'youtube_model/**'
|
||||
}
|
||||
}
|
||||
/*emailext body: 'Successful build',
|
||||
|
Loading…
Reference in New Issue
Block a user