Jenskins mod test
This commit is contained in:
parent
e6dda15b5b
commit
e028156542
@ -12,13 +12,14 @@ pipeline {
|
||||
steps {
|
||||
sh 'chmod u+x ./scripts/data_stats.sh'
|
||||
sh './scripts/data_stats.sh'
|
||||
}
|
||||
}
|
||||
stage('Archive arifacts') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false
|
||||
}
|
||||
}
|
||||
// stage('Archive arifacts') {
|
||||
// steps {
|
||||
// archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user