chore: 去掉暂时不再规划的功能

This commit is contained in:
CaptainB 2024-05-07 14:07:18 +08:00
parent 22e2ea7fe0
commit b642981f2f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -107,7 +107,7 @@ pipeline {
LOCAL_REPOSITORY=$(./mvnw help:evaluate -Dexpression=settings.localRepository --settings ./settings.xml -q -DforceStdout)
# echo $LOCAL_REPOSITORY
libraries=('metersphere-api-test-impl' 'metersphere-load-test-impl' 'general-xpack-impl')
libraries=('metersphere-api-test-impl' 'general-xpack-impl')
for library in "${libraries[@]}";
do
cp -rf $LOCAL_REPOSITORY/io/metersphere/$library/${REVISION}/$library-${REVISION}.jar backend/app/target/dependency/BOOT-INF/lib/