[TD-2686]<test>fix JDBC checker error

This commit is contained in:
liuyq-617 2021-01-07 16:32:03 +08:00
parent 16310e981b
commit 75da12a017
1 changed files with 1 additions and 1 deletions

2
tests/Jenkinsfile vendored
View File

@ -98,7 +98,7 @@ pipeline {
sh '''
cd ${WKC}/tests/examples/JDBC/JDBCDemo/
mvn clean package assembly:single -DskipTests >/dev/null
java -jar target/jdbcChecker-SNAPSHOT-jar-with-dependencies.jar -host 127.0.0.1
java -jar target/JDBCDemo-SNAPSHOT-jar-with-dependencies.jar -host 127.0.0.1
'''
}
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {