Compare commits
2 Commits
64b70fabff
...
76a4738682
Author | SHA1 | Date | |
---|---|---|---|
76a4738682 | |||
01b3408faf |
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,13 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
|
||||||
steps {
|
|
||||||
script {
|
|
||||||
sh "sh ./gradlew clean test"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user