fix jenkinsfile

This commit is contained in:
Anton Romanov 2022-11-09 10:51:02 +04:00
parent 8278726bb8
commit 6c7304e272

2
Jenkinsfile vendored
View File

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