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' } } }