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