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