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