#13 -- Fix stages
This commit is contained in:
parent
29990ca26e
commit
01b3408faf
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,13 +1,6 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
script {
|
||||
sh "sh ./gradlew clean test"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
script {
|
||||
|
Loading…
x
Reference in New Issue
Block a user