Started by user admin Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/tomcat-oa-web The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/tomcat-oa-web/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@192.168.19.207:ckuoa/cku-oa.git # timeout=10 Fetching upstream changes from git@192.168.19.207:ckuoa/cku-oa.git > git --version # timeout=10 > git --version # 'git version 1.7.1' > git fetch --tags --progress git@192.168.19.207:ckuoa/cku-oa.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/feature_show_split^{commit} # timeout=10 Checking out Revision 212cf4afff9d2824028ed1596ef03ead98a8b4c1 (refs/remotes/origin/feature_show_split) > git config core.sparsecheckout # timeout=10 > git checkout -f 212cf4afff9d2824028ed1596ef03ead98a8b4c1 # timeout=10 Commit message: "fix :fix" > git rev-list --no-walk 964d688966a0d7c12e1f8cf740acfbd699bd6240 # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 37907 [tomcat-oa-web] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/data/software/apache-maven/boot/plexus-classworlds-2.6.0.jar:/data/software/apache-maven/conf/logging jenkins.maven3.agent.Maven35Main /data/software/apache-maven /var/cache/jenkins/war/WEB-INF/lib/remoting-3025.vf64a_a_3da_6b_55.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 37907 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/tomcat-oa-web/pom.xml -s /data/software/apache-maven/conf/settings.xml -gs /data/software/apache-maven/conf/settings.xml clean package -P uat -T 100C -Dmaven.test.skip=true [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.cku:oa-web:war:0.0.1-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ line 515, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ckuoa [pom] [INFO] oa-core [jar] [INFO] oa-thirdparty [jar] [INFO] oa-web [war] [INFO] oa-gen [jar] [INFO] [INFO] Using the MultiThreadedBuilder implementation with a thread count of 400 [INFO] [INFO] ---------------------------< com.cku:cku-oa >--------------------------- [INFO] Building ckuoa 0.0.1-SNAPSHOT [1/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cku-oa --- [INFO] [INFO] --------------------------< com.cku:oa-core >--------------------------- [INFO] Building oa-core 0.0.1-SNAPSHOT [2/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] ---------------------------< com.cku:oa-gen >--------------------------- [INFO] Building oa-gen 0.0.1-SNAPSHOT [3/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] -----------------------< com.cku:oa-thirdparty >------------------------ [INFO] Building oa-thirdparty 0.0.1-SNAPSHOT [4/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oa-core --- [INFO] Deleting /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oa-core --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oa-gen --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oa-thirdparty --- [INFO] Deleting /var/lib/jenkins/workspace/tomcat-oa-web/oa-thirdparty/target [INFO] Deleting /var/lib/jenkins/workspace/tomcat-oa-web/oa-gen/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oa-gen --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oa-thirdparty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/tomcat-oa-web/oa-gen/src/main/resources [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/src/main/resources [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/tomcat-oa-web/oa-thirdparty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ oa-gen --- [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ oa-thirdparty --- [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ oa-core --- [INFO] No sources to compile [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/tomcat-oa-web/oa-thirdparty/target/classes [INFO] Compiling 51 source files to /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oa-gen --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ oa-gen --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oa-gen --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oa-gen --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /var/lib/jenkins/workspace/tomcat-oa-web/oa-gen/target/oa-gen-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oa-thirdparty --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ oa-thirdparty --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oa-thirdparty --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oa-thirdparty --- [INFO] Building jar: /var/lib/jenkins/workspace/tomcat-oa-web/oa-thirdparty/target/oa-thirdparty-0.0.1-SNAPSHOT.jar [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/src/main/java/com/cku/core/PageResultDto.java:[9,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/src/main/java/com/cku/core/ResultDto.java:[10,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/src/main/java/com/cku/core/ListResultDto.java:[9,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oa-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ oa-core --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oa-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oa-core --- [INFO] Building jar: /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/target/oa-core-0.0.1-SNAPSHOT.jar [INFO] [INFO] ---------------------------< com.cku:oa-web >--------------------------- [INFO] Building oa-web 0.0.1-SNAPSHOT [5/5] [INFO] --------------------------------[ war ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in oa-web: [WARNING] org.codehaus.mojo:build-helper-maven-plugin:1.4 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oa-web --- [INFO] Deleting /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/target [INFO] Deleting /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/webapp/WEB-INF/classes [INFO] [INFO] --- build-helper-maven-plugin:1.4:add-source (add-source) @ oa-web --- [INFO] Source directory: /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/jeesite added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oa-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 313 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ oa-web --- [INFO] Compiling 2172 source files to /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/webapp/WEB-INF/classes [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/restful/v1/dog/model/RestDnaBlood.java:[55,19] @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/timedtask/entity/EmployeeLeaveMsgInfo.java:[18,16] @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/groomer/entity/GroomerShowBreeds.java:[38,17] @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/finance/entity/PaymentRecord.java:[50,16] @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/order/vo/SingleIdOrderBusinessVo.java:[11,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/order/vo/GroomerWrittenExamResitVo.java:[22,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/restful/v1/dog/model/RestDogChipPriceDto.java:[16,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/earnest/vo/entity/EarnestList.java:[11,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/trainschool/entity/TeacherLecturer.java:[10,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/restful/v1/dog/vo/request/GroomerRegisterRequest.java:[10,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/restful/v1/dog/model/RestDogChip.java:[19,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/dog/entity/DuplicateDog.java:[16,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/restful/v1/breeder/dto/RestDogChipApplyOptimalCouponsDto.java:[7,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/order/vo/request/SingleIdRequest.java:[11,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/groomer/entity/Curriculum.java:[9,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/groomer/entity/RotationChart.java:[8,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/restful/v1/kennel/model/RestKennelOwnerChangeMoney.java:[11,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/finance/entity/PaymentOrderRefund.java:[21,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/earnest/vo/entity/EarnestMoney.java:[11,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/dog/entity/DogDnaArchiveReissueSampling.java:[20,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/dog/entity/DogDnaBlood.java:[11,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/groomer/entity/GroomerShowBreeds.java:[20,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/restful/v1/breeder/dto/RestDogChipApplyCouponDto.java:[9,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/earnest/vo/entity/EarnestListItem.java:[9,0] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type. [WARNING] /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/kennel/service/KennelOwnerChangeService.java:[161,31] non-varargs call of varargs method with inexact argument type for last parameter; [WARNING] for a non-varargs call and to suppress this warning /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/java/com/cku/oa/kennel/service/KennelOwnerChangeService.java:[163,97] non-varargs call of varargs method with inexact argument type for last parameter; [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oa-web --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ oa-web --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oa-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ oa-web --- [INFO] Packaging webapp [INFO] Assembling webapp [oa-web] in [/var/lib/jenkins/workspace/tomcat-oa-web/oa-web/target/oa-web] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/tomcat-oa-web/oa-web/src/main/webapp] [INFO] Building war: /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/target/oa-web.war [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data[INFO] Reactor Summary for ckuoa 0.0.1-SNAPSHOT: [INFO] [INFO] ckuoa .............................................. SUCCESS [ 0.660 s] [INFO] oa-core ............................................ SUCCESS [ 9.040 s] [INFO] oa-thirdparty ...................................... SUCCESS [ 7.931 s] [INFO] oa-web ............................................. SUCCESS [01:25 min] [INFO] oa-gen ............................................. SUCCESS [ 3.943 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:40 min (Wall Clock) [INFO] Finished at: 2025-03-27T14:54:52+08:00 [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/oa-gen/pom.xml to com.cku/oa-gen/0.0.1-SNAPSHOT/oa-gen-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/oa-gen/target/oa-gen-0.0.1-SNAPSHOT.jar to com.cku/oa-gen/0.0.1-SNAPSHOT/oa-gen-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/pom.xml to com.cku/cku-oa/0.0.1-SNAPSHOT/cku-oa-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/pom.xml to com.cku/oa-core/0.0.1-SNAPSHOT/oa-core-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/oa-core/target/oa-core-0.0.1-SNAPSHOT.jar to com.cku/oa-core/0.0.1-SNAPSHOT/oa-core-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/oa-thirdparty/pom.xml to com.cku/oa-thirdparty/0.0.1-SNAPSHOT/oa-thirdparty-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/oa-thirdparty/target/oa-thirdparty-0.0.1-SNAPSHOT.jar to com.cku/oa-thirdparty/0.0.1-SNAPSHOT/oa-thirdparty-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/pom.xml to com.cku/oa-web/0.0.1-SNAPSHOT/oa-web-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/target/oa-web.war to com.cku/oa-web/0.0.1-SNAPSHOT/oa-web-0.0.1-SNAPSHOT.war channel stopped [DeployPublisher][INFO] Attempting to deploy 1 war file(s) [DeployPublisher][INFO] Deploying /var/lib/jenkins/workspace/tomcat-oa-web/oa-web/target/oa-web.war to container Tomcat 9.x Remote with context oa-web Redeploying [/var/lib/jenkins/workspace/tomcat-oa-web/oa-web/target/oa-web.war] Undeploying [/var/lib/jenkins/workspace/tomcat-oa-web/oa-web/target/oa-web.war] Deploying [/var/lib/jenkins/workspace/tomcat-oa-web/oa-web/target/oa-web.war] Finished: SUCCESS