ci: change pipeline

This commit is contained in:
CaptainB 2023-05-26 17:14:33 +08:00 committed by 刘瑞斌
parent bcb58c5126
commit 3c7f8409f9
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -70,6 +70,8 @@ pipeline {
do
cp -rf $LOCAL_REPOSITORY/io/metersphere/$library/${REVISION}/$library-${REVISION}.jar backend/app/target/dependency/BOOT-INF/lib/
done
cp $LOCAL_REPOSITORY/io/metersphere/metersphere-xpack/${REVISION}/metersphere-xpack-${REVISION}.jar backend/app/target/dependency/BOOT-INF/lib/
'''
}
}