fix chmod
This commit is contained in:
parent
52d61cf757
commit
14cde04d42
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user