Update Jenkinsfile4
This commit is contained in:
parent
910fe4d190
commit
d53668e71c
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user