fix chmod

This commit is contained in:
Dawid 2021-03-28 21:13:48 +02:00
parent 52d61cf757
commit 14cde04d42

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline{
stage('sh: Shell Script'){
steps{
withEnv(["CUTOFF=${params.CUTOFF}"]) {
sh "chmod 777 ./script.sh"
sh "chmod 777 ./data.sh"
sh "./data.sh"
}
}}