Jenkinsfile data/ test

This commit is contained in:
MatOgr 2022-04-03 20:23:37 +02:00
parent 222ebbd63b
commit 542c733aab

View File

@ -12,7 +12,7 @@ pipeline {
steps {
sh 'chmod u+x ./scripts/data_stats.sh'
sh './scripts/data_stats.sh'
archiveArtifacts artifacts: '*/avocado.data*', followSymlinks: false
archiveArtifacts artifacts: 'data/avocado.data*', followSymlinks: false
}
}
// stage('Archive arifacts') {