From 3883afcb6edfaaa1705642b1919e5d4ce3a827f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20=C5=81ukasiewicz?= Date: Fri, 12 May 2023 18:28:15 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile-create-dataset' --- Jenkinsfile-create-dataset | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile-create-dataset b/Jenkinsfile-create-dataset index badfd5b..458a06d 100644 --- a/Jenkinsfile-create-dataset +++ b/Jenkinsfile-create-dataset @@ -10,7 +10,7 @@ pipeline { trim: false ) password( - defaultValue: '', + defaultValue: 'a7a48b574c0f2bf5a10da7be4e70d053', description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', name: 'KAGGLE_KEY' ) @@ -57,6 +57,9 @@ pipeline { archiveArtifacts 'X_test.csv' archiveArtifacts 'X_dev.csv' archiveArtifacts 'X_train.csv' + archiveArtifacts 'Y_test.csv' + archiveArtifacts 'Y_dev.csv' + archiveArtifacts 'Y_train.csv' } } stage('clear2') { @@ -65,4 +68,9 @@ pipeline { } } } + post { + always { + build 'z-s434743-training/master' + } + } } \ No newline at end of file