Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 11:28:35 +02:00
parent d53668e71c
commit d0b0d1cbc8

View File

@ -54,13 +54,7 @@ pipeline {
steps {
sh "mkdir /notebooks"
sh "cp Biblioteka_DL_trenowanie.ipynb /notebooks/Biblioteka_DL_trenowanie.ipynb"
}
}
stage('Archive Artifacts - model') {
steps {
// Step: Stash the artifacts
stash includes: 'model.keras', name: 'artifacts'
archiveArtifacts 'model.keras'
}
}
}