fix jenkinsfile
This commit is contained in:
parent
295363e32b
commit
6511c21a89
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -62,8 +62,9 @@ pipeline {
|
|||||||
git([url: 'https://git.athene.tech/romanov73/example-web.git', branch: 'master'])
|
git([url: 'https://git.athene.tech/romanov73/example-web.git', branch: 'master'])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('log version info') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'java -version'
|
||||||
sh 'bash ./gradlew test'
|
sh 'bash ./gradlew test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user