Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 11:56:05 +02:00
parent 8282f85a65
commit bc0ab7030b

View File

@ -69,7 +69,8 @@ pipeline {
script {
docker.image('image').inside {
// Step: Archive Artifacts
stash includes: 'model.keras', name: 'artifacts'
archiveArtifacts artifacts: 'model.keras', fingerprint: true
}
}
}