Zaktualizuj 'Jenkinsfile_train'
This commit is contained in:
parent
aff6e0827b
commit
01505ce128
@ -2,14 +2,13 @@ pipeline {
|
||||
agent {
|
||||
docker { image 'korneliag/ium478815:1.0' }
|
||||
}
|
||||
|
||||
|
||||
stages {
|
||||
stage('Script'){
|
||||
steps {
|
||||
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
|
||||
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