fix
This commit is contained in:
parent
af758f68d9
commit
19471c02ca
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -21,8 +21,8 @@ pipeline {
|
||||
}
|
||||
stage('Count lines'){
|
||||
steps {
|
||||
sh('chmod +x ./script.sh')
|
||||
sh('./script.sh')
|
||||
sh('chmod +x ./script.bat')
|
||||
sh('./script.bat')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user