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

This commit is contained in:
nevermoregb 2025-03-04 11:20:07 +09:00
parent 9e141789ae
commit f145f6dbaa
3 changed files with 7 additions and 9 deletions

8
Jenkinsfile vendored
View File

@ -21,8 +21,7 @@ pipeline {
echo "Tomcat is not running, skipping shutdown..."
) else (
echo "Tomcat is running, shutting down..."
cd C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin
call shutdown.bat
net stop Tomcat10
ping -n 5 127.0.0.1 > nul
)
@ -35,9 +34,8 @@ pipeline {
ping -n 5 127.0.0.1 > nul
echo "start"
cd /d C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin
call startup.bat
ping -n 5 127.0.0.1 > nul
net start Tomcat10
ping -n 15 127.0.0.1 > nul
'''
}
}

View File

@ -0,0 +1,4 @@
ssl:
key-store: classpath:localhost.p12
key-store-password: pmgk1234
key-store-type: PKCS12

View File

@ -82,10 +82,6 @@ server:
secure: true
same-site: NONE
partitioned: true
ssl:
key-store: classpath:localhost.p12
key-store-password: pmgk1234
key-store-type: PKCS12
logging:
level: