Dockerfile
This commit is contained in:
parent
adeb93674b
commit
4d056ba27c
4
stats/Jenkinsfile
vendored
4
stats/Jenkinsfile
vendored
@ -26,8 +26,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Generate Report') {
|
stage('Generate Report') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x dataset_stats.py'
|
sh 'chmod +x dataset-stats.py'
|
||||||
sh './dataset_stats.py'
|
sh './dataset-stats.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive Artifacts') {
|
stage('Archive Artifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user