Update 'Jenkinsfile-stats'
This commit is contained in:
parent
aa5e0473c8
commit
c1290e5421
@ -18,7 +18,7 @@ stage('Preparation') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
sh 'python3 dataset_stats.py >> output.txt'
|
sh 'python3 dataset_stats.py > output.txt'
|
||||||
archiveArtifacts artifacts: 'output.txt'
|
archiveArtifacts artifacts: 'output.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user