This commit is contained in:
nevermoregb 2025-02-21 14:15:40 +09:00
parent a84ed04027
commit 64f7051751

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps { steps {
bat ''' bat '''
netstat -ano | find "8080" > nul netstat -ano | find "8005" > nul
if errorlevel 1 ( if errorlevel 1 (
echo "Tomcat is not running, skipping shutdown..." echo "Tomcat is not running, skipping shutdown..."