add Jenkinsfile
This commit is contained in:
parent
875e8f3dbe
commit
77a9ffc62e
8
Jenkinsfile
vendored
Normal file
8
Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
pipeline {
|
||||||
|
stage('Checkout') {
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
|
stage ('Build') {
|
||||||
|
sh './gradlew build'
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user