Update Jenkinsfile4
This commit is contained in:
parent
257c54015d
commit
3cc592a037
@ -53,14 +53,14 @@ pipeline {
|
||||
stage('Run ipynb script') {
|
||||
steps {
|
||||
sh "mkdir /notebooks"
|
||||
docker.cp('Biblioteka_DL_trenowanie.ipynb', '/notebooks/Biblioteka_DL_trenowanie.ipynb')
|
||||
sh "cp Biblioteka_DL_trenowanie.ipynb /notebooks/Biblioteka_DL_trenowanie.ipynb"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Archive Artifacts - model') {
|
||||
steps {
|
||||
// Step: Archive artifacts
|
||||
archiveArtifacts artifacts: 'mode.keras', fingerprint: true
|
||||
archiveArtifacts artifacts: 'model.keras', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -68,5 +68,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user