change archive artifacts

This commit is contained in:
PawelDopierala 2024-03-27 01:42:33 +01:00
parent 5790f04afc
commit 139f837138
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
)
sh 'chmod 777 ./data_processing.sh'
sh './data_processing.sh'
archiveArtifacts artifacts: './*'
archiveArtifacts artifacts: 'processed_data.txt'
}
}
}