Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 11:22:16 +02:00
parent 910fe4d190
commit d53668e71c

View File

@ -59,8 +59,8 @@ pipeline {
stage('Archive Artifacts - model') {
steps {
// Step: Archive artifacts
archiveArtifacts artifacts: 'model.keras', fingerprint: true
// Step: Stash the artifacts
stash includes: 'model.keras', name: 'artifacts'
}
}
}