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

This commit is contained in:
nevermoregb 2025-02-21 13:29:47 +09:00
parent 97da33d151
commit 790d73db8d

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stages {
stage('Clean & Build') {
steps {
bat './gradlew clean build'
bat './gradlew clean build -x test'
}
}