Update Jenkinsfile4
This commit is contained in:
parent
d53668e71c
commit
d0b0d1cbc8
@ -54,13 +54,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "mkdir /notebooks"
|
sh "mkdir /notebooks"
|
||||||
sh "cp Biblioteka_DL_trenowanie.ipynb /notebooks/Biblioteka_DL_trenowanie.ipynb"
|
sh "cp Biblioteka_DL_trenowanie.ipynb /notebooks/Biblioteka_DL_trenowanie.ipynb"
|
||||||
}
|
archiveArtifacts 'model.keras'
|
||||||
}
|
|
||||||
|
|
||||||
stage('Archive Artifacts - model') {
|
|
||||||
steps {
|
|
||||||
// Step: Stash the artifacts
|
|
||||||
stash includes: 'model.keras', name: 'artifacts'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user