update download.sh, jenkinsfile_docker and jenkinsfile_train
All checks were successful
s444356-training/pipeline/head This commit looks good
All checks were successful
s444356-training/pipeline/head This commit looks good
This commit is contained in:
parent
f45f29cac0
commit
24b2211741
@ -28,6 +28,7 @@ pipeline {
|
||||
sh './download.sh $CUTOFF'
|
||||
sh 'python3 ./Zajecia_2/main.py'
|
||||
archiveArtifacts artifacts: 'all_games.dev.csv, all_games.test.csv, all_games.train.csv', followSymlinks: false
|
||||
build job: 's444356-create-dataset'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -17,8 +17,8 @@ pipeline {
|
||||
steps {
|
||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||
sh 'python3 ./Biblioteka_DL/dllib.py $EPOCHS'
|
||||
sh 'ls -al'
|
||||
archiveArtifacts artifacts: 'games_model.pkl', followSymlinks: false
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,3 @@ dataset_operation() {
|
||||
kaggle datasets download -d deepcontractor/top-video-games-19952021-metacritic
|
||||
unzip top-video-games-19952021-metacritic.zip
|
||||
dataset_operation
|
||||
ls -al
|
Loading…
Reference in New Issue
Block a user