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