fix path
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:30:56 +02:00
parent c549386cd9
commit 00b2aa6917
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ pipeline {
stage('Copy') {
steps {
copyArtifacts projectName: 's444417-training/master'
sh "ls -la"
sh 'python3 ./src/evalScript.py'
archiveArtifacts 'trainResults.csv'
}

View File

@ -8,7 +8,7 @@ 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') {