add matplotlib
Some checks failed
s444417-evaluation/pipeline/head There was a failure building this commit
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-03 22:10:55 +02:00
parent 8a4c3af792
commit 54025b1f1e

View File

@ -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
}