Zaktualizuj 'Jenkinsfile_sacred'
This commit is contained in:
parent
d5608f71bc
commit
49b8c2d8ca
@ -30,8 +30,8 @@ pipeline {
|
||||
stage('Main train'){
|
||||
steps {
|
||||
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
|
||||
sh 'python3 ./DL.py $EPOCHS'
|
||||
archiveArtifacts artifacts: 'modelP.pkl', followSymlinks: false
|
||||
sh 'python3 ./sacred.py $EPOCHS'
|
||||
archiveArtifacts artifacts: 'modelP.pkl,*', followSymlinks: false
|
||||
|
||||
build job: 's478815-evaluation/master/'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user