This commit is contained in:
parent
fa9d085946
commit
eec0152edc
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
||||
gradle 'gradle8'
|
||||
}
|
||||
|
||||
stages {
|
||||
stages {
|
||||
stage('Clean & Build') {
|
||||
steps {
|
||||
bat './gradlew clean build -x test'
|
||||
@ -31,7 +31,7 @@ pipeline {
|
||||
ping -n 3 127.0.0.1 > nul
|
||||
|
||||
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
|
||||
|
||||
echo "start"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user