17
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good

This commit is contained in:
nevermoregb 2025-02-22 00:32:22 +09:00
parent fa9d085946
commit eec0152edc

4
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
gradle 'gradle8' gradle 'gradle8'
} }
stages { stages {
stage('Clean & Build') { stage('Clean & Build') {
steps { steps {
bat './gradlew clean build -x test' bat './gradlew clean build -x test'
@ -31,7 +31,7 @@ pipeline {
ping -n 3 127.0.0.1 > nul ping -n 3 127.0.0.1 > nul
echo "copy" echo "copy"
copy /Y /B "build\\libs\\*-plain.war" "C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\webapps\\ROOT.war" copy /Y /B "%WORKSPACE%\\build\\libs\\*-plain.war" "C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\webapps\\ROOT.war"
ping -n 5 127.0.0.1 > nul ping -n 5 127.0.0.1 > nul
echo "start" echo "start"