add Jenkinsfile
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
|||||||
|
pipeline {
|
||||||
|
stage('Checkout') {
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
|
stage ('Build') {
|
||||||
|
sh './gradlew build'
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user