Update 'Jenkinsfile'
This commit is contained in:
parent
50324824c8
commit
0f67867d23
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Building..'
|
echo 'Building..'
|
||||||
withGradle {
|
withGradle {
|
||||||
sh './gradlew build'
|
sh 'gradle build'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -15,7 +15,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Testing...'
|
echo 'Testing...'
|
||||||
withGradle {
|
withGradle {
|
||||||
sh './gradlew test'
|
sh 'gradle test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user