fix jenkinsfile

This commit is contained in:
Anton Romanov 2022-11-09 11:11:51 +04:00
parent 295363e32b
commit 6511c21a89

3
Jenkinsfile vendored
View File

@ -62,8 +62,9 @@ pipeline {
git([url: 'https://git.athene.tech/romanov73/example-web.git', branch: 'master'])
}
}
stage('log version info') {
stage('Test') {
steps {
sh 'java -version'
sh 'bash ./gradlew test'
}
}