Merge branch 'main' of http://192.168.0.251:3000/localnet/localhost-back.git into main
This commit is contained in:
commit
a11f608063
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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'
|
||||||
@ -35,7 +35,9 @@ pipeline {
|
|||||||
ping -n 5 127.0.0.1 > nul
|
ping -n 5 127.0.0.1 > nul
|
||||||
|
|
||||||
echo "start"
|
echo "start"
|
||||||
start cmd.exe /k "cd C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin && catalina.bat run"
|
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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user