Jenkinstats misspeling fix

This commit is contained in:
s478841 2022-03-28 00:24:40 +02:00
parent 73a1cf6458
commit 1b3b7f00ba

View File

@ -14,7 +14,7 @@ pipeline {
}
stage('sh: Shell Script') {
steps {
sh './data-stats.sh'
sh './data_stats.sh'
}
}
stage('Archive artifacts') {