From 24b2211741d727df83444a5b2b36357624aa016e Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Mon, 2 May 2022 15:29:56 +0200 Subject: [PATCH] update download.sh, jenkinsfile_docker and jenkinsfile_train --- Jenkinsfile_docker | 1 + Jenkinsfile_train | 2 +- download.sh | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile_docker b/Jenkinsfile_docker index cc05f8e..0c1f3d0 100644 --- a/Jenkinsfile_docker +++ b/Jenkinsfile_docker @@ -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' } } } diff --git a/Jenkinsfile_train b/Jenkinsfile_train index bb0723f..7584d45 100644 --- a/Jenkinsfile_train +++ b/Jenkinsfile_train @@ -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 + } } } diff --git a/download.sh b/download.sh index 5763430..764d737 100755 --- a/download.sh +++ b/download.sh @@ -14,5 +14,4 @@ dataset_operation() { kaggle datasets download -d deepcontractor/top-video-games-19952021-metacritic unzip top-video-games-19952021-metacritic.zip -dataset_operation -ls -al \ No newline at end of file +dataset_operation \ No newline at end of file