change path
All checks were successful
s444417-training/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-03 18:13:53 +02:00
parent 287910ccf6
commit 47962416bf

View File

@ -7,7 +7,7 @@ pipeline {
steps {
copyArtifacts projectName: 's444417-create-dataset'
sh 'ls -la'
archiveArtifacts 'saved_model/my_model'
archiveArtifacts 'saved_model/my_model/*'
}
}
}