fix jenkinsfile

This commit is contained in:
Anton Romanov 2022-11-09 10:47:47 +04:00
parent 8e3c06f1f4
commit 65ccf93f1e

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 "sh ./gradlew test"
}
}
}