Added Jenkins file
Added Jenkins file to automate builds
This commit is contained in:
parent
0e0db7cb17
commit
bd9ecc2677
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -3,7 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Gradle') {
|
||||
steps {
|
||||
bash './gradlew build'
|
||||
'bash ./gradlew build'
|
||||
}
|
||||
}
|
||||
stage('Archive') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user