Jenkinsfile rollback
This commit is contained in:
parent
542c733aab
commit
2e22e389a6
@ -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: 'data/avocado.data*', followSymlinks: false
|
archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// stage('Archive arifacts') {
|
// stage('Archive arifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user