fix artifacts2

This commit is contained in:
PawelDopierala 2024-03-27 03:03:06 +01:00
parent cf8e0d8704
commit 3bb7379fe2
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
} }
stage('Artifacts') { stage('Artifacts') {
steps { steps {
archiveArtifacts artifacts: 'data_stats.txt' archiveArtifacts artifacts: 'processed_data.txt'
} }
} }
} }

View File

@ -25,7 +25,7 @@ pipeline {
} }
stage('Artifacts') { stage('Artifacts') {
steps { steps {
archiveArtifacts artifacts: 'processed_data.txt' archiveArtifacts artifacts: 'data_stats.txt'
} }
} }
} }