wer ard srr

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 15:42:31 +02:00
parent f8e48378db
commit 719277fdec
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
stage('Counting metricts') {
steps {
sh 'chmod +x metricts.sh'
sh 'chmod +x ./metricts.sh'
sh './metricts.sh'
}
}