This commit is contained in:
parent
041a726dc1
commit
e650aebada
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,10 +1,13 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
gradle 'gradle8'
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Clean & Build') {
|
stage('Clean & Build') {
|
||||||
steps {
|
steps {
|
||||||
bat 'gradlew clean build'
|
bat './gradlew clean build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user