This commit is contained in:
Ufnow 2020-04-21 19:45:36 +02:00
parent af758f68d9
commit 19471c02ca
2 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -21,8 +21,8 @@ pipeline {
} }
stage('Count lines'){ stage('Count lines'){
steps { steps {
sh('chmod +x ./script.sh') sh('chmod +x ./script.bat')
sh('./script.sh') sh('./script.bat')
} }
} }
} }