Zaktualizuj 'Jenkinsfile_train'
This commit is contained in:
parent
aff6e0827b
commit
01505ce128
@ -3,13 +3,12 @@ pipeline {
|
|||||||
docker { image 'korneliag/ium478815:1.0' }
|
docker { image 'korneliag/ium478815:1.0' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
|
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
|
||||||
sh 'python3 ./biblioteka_DL.py'
|
sh 'python3 ./biblioteka_DL.py'
|
||||||
archiveArtifacts artifacts: 'output.txt', followSymlinks: false
|
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user