From 78e42d0b3b3cb2b0e6c03cc5c7999466c39f3df3 Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 25 Apr 2022 21:21:40 +0200 Subject: [PATCH] fix artifacts --- Jenkinsfile | 2 +- Jenkinsfile3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9fe2beb..320c500 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { // sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" // sh 'ls -la' // sh './startscript1.sh' - archiveArtifacts 'Participants_Data_HPP' + archiveArtifacts 'Participants_Data_HPP/**/*.*' } } stage ('Starting train job') { diff --git a/Jenkinsfile3 b/Jenkinsfile3 index a8a15a2..eb1d5e2 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -5,7 +5,7 @@ pipeline { stages { stage('Test') { steps { - copyArtifacts filter: 'Participants_Data_HPP' projectName: 's444417-create-dataset' + copyArtifacts filter: 'Participants_Data_HPP/**/*.*' projectName: 's444417-create-dataset' } } }