fix jenkinsfile

This commit is contained in:
Anton Romanov 2022-11-09 10:49:08 +04:00
parent 65ccf93f1e
commit 8278726bb8

2
Jenkinsfile vendored
View File

@ -55,7 +55,7 @@ pipeline {
steps{
script {
docker.image('romanov73/is:ng-tracker-container-11').inside {
sh "sh ./gradlew test"
sh './gradlew test'
}
}
}