update jenkinsfile_train
This commit is contained in:
parent
d6694ee951
commit
53f1f37d39
@ -18,7 +18,7 @@ pipeline {
|
|||||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||||
sh 'python3 ./Biblioteka_DL/dllib.py $EPOCHS'
|
sh 'python3 ./Biblioteka_DL/dllib.py $EPOCHS'
|
||||||
archiveArtifacts artifacts: 'games_model.pkl', followSymlinks: false
|
archiveArtifacts artifacts: 'games_model.pkl', followSymlinks: false
|
||||||
build job: 's444356-evaluation/master/'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,10 +20,6 @@ pipeline {
|
|||||||
sh 'ls -al my_runs'
|
sh 'ls -al my_runs'
|
||||||
sh 'ls -al my_runs/1'
|
sh 'ls -al my_runs/1'
|
||||||
sh 'ls -al my_runs/_sources'
|
sh 'ls -al my_runs/_sources'
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Artifacts'){
|
|
||||||
steps {
|
|
||||||
archiveArtifacts artifacts: 'games_model.pkl, my_runs'
|
archiveArtifacts artifacts: 'games_model.pkl, my_runs'
|
||||||
build job: 's444356-evaluation/master/'
|
build job: 's444356-evaluation/master/'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user