Zaktualizuj 'Jenkinsfile_evaluation'
This commit is contained in:
parent
c6e3e92bc5
commit
aa59acbf65
@ -29,10 +29,13 @@ pipeline {
|
||||
stages {
|
||||
stage('First'){
|
||||
steps {
|
||||
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
|
||||
copyArtifacts filter: '*', projectName: 's478815-training'
|
||||
|
||||
sh 'python3 ./DL.py $EPOCHS'
|
||||
archiveArtifacts artifacts: 'modelP.pkl', followSymlinks: false
|
||||
|
||||
build job: 's478815-evaluation/master/'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user