update jenkinsfile_train
Some checks failed
s444356-evaluation/pipeline/head There was a failure building this commit
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-04 21:41:29 +02:00
parent d6694ee951
commit 53f1f37d39
2 changed files with 1 additions and 5 deletions

View File

@ -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/'
} }
} }

View File

@ -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/'
} }