Dockerfile
This commit is contained in:
parent
4d056ba27c
commit
182be399ac
2
stats/Jenkinsfile
vendored
2
stats/Jenkinsfile
vendored
@ -27,7 +27,7 @@ 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 'python3 ./dataset-stats.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive Artifacts') {
|
stage('Archive Artifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user