add matplotlib
This commit is contained in:
parent
8a4c3af792
commit
54025b1f1e
@ -8,10 +8,10 @@ pipeline {
|
||||
copyArtifacts projectName: 's444417-create-dataset'
|
||||
sh 'ls -la'
|
||||
sh 'python3 ./src/trainScript.py 6'
|
||||
archiveArtifacts 'saved_model/*'
|
||||
archiveArtifacts 'saved_model/MyModel_tf/*'
|
||||
}
|
||||
}
|
||||
stage ('Starting eval job') {
|
||||
stage('Starting eval job') {
|
||||
steps {
|
||||
build job: 's444417-evaluation/master', wait: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user