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