JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_完善代码规范
This commit is contained in:
@@ -115,7 +115,23 @@ pipeline {
|
||||
//
|
||||
// }
|
||||
// }
|
||||
stage('创建SDK软链接') {
|
||||
steps {
|
||||
sh '''
|
||||
# 进入项目目录
|
||||
cd ${WORKSPACE}/Ios
|
||||
|
||||
# 如果原来的 SDK 目录存在,先删掉(不删代码,只删目录)
|
||||
rm -rf SDK
|
||||
|
||||
# 创建软链接,指向你本机公共SDK
|
||||
ln -s ${HOME}/Library/SDK SDK
|
||||
|
||||
# 查看是否生效
|
||||
ls -la ${WORKSPACE}/Ios/SDK
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('开始归档项目') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user