Permission grant

This commit is contained in:
s478841 2022-03-28 00:26:08 +02:00
parent 1b3b7f00ba
commit eed56b87eb

View File

@ -14,6 +14,7 @@ pipeline {
}
stage('sh: Shell Script') {
steps {
sh "chmod +x -R ${env.WORKSPACE}"
sh './data_stats.sh'
}
}