Update Jenkinsfile4
This commit is contained in:
parent
9c02e218be
commit
113cdff5c4
@ -58,9 +58,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
docker.image('test-image').inside {
|
||||
// Step: Run ipynb script
|
||||
sh "mkdir /notebooks"
|
||||
sh "cp Biblioteka_DL_trenowanie.ipynb /notebooks/Biblioteka_DL_trenowanie.ipynb"
|
||||
docker.cp('Biblioteka_DL_trenowanie.ipynb', '/Biblioteka_DL_trenowanie.ipynb')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user