Jenkinsfile data/ test
This commit is contained in:
parent
222ebbd63b
commit
542c733aab
@ -12,7 +12,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'chmod u+x ./scripts/data_stats.sh'
|
sh 'chmod u+x ./scripts/data_stats.sh'
|
||||||
sh './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') {
|
// stage('Archive arifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user