2
This commit is contained in:
parent
a84ed04027
commit
64f7051751
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
bat '''
|
||||
netstat -ano | find "8080" > nul
|
||||
netstat -ano | find "8005" > nul
|
||||
|
||||
if errorlevel 1 (
|
||||
echo "Tomcat is not running, skipping shutdown..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user