젠킨스 수정
Some checks failed
LOCALNET-DEV/pipeline/head There was a failure building this commit

This commit is contained in:
nevermoregb 2025-02-21 13:09:50 +09:00
parent 041a726dc1
commit e650aebada

5
Jenkinsfile vendored
View File

@ -1,10 +1,13 @@
pipeline {
agent any
tools {
gradle 'gradle8'
}
stages {
stage('Clean & Build') {
steps {
bat 'gradlew clean build'
bat './gradlew clean build'
}
}