Skip to content

Commit

Permalink
chore: 去掉暂时不再规划的功能
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed May 7, 2024
1 parent 22e2ea7 commit b642981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -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/
Expand Down

0 comments on commit b642981

Please sign in to comment.