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') { stage('Archive Artifacts - model') {
steps { steps {
// Step: Archive artifacts // Step: Stash the artifacts
archiveArtifacts artifacts: 'model.keras', fingerprint: true stash includes: 'model.keras', name: 'artifacts'
} }
} }
} }