JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_完善代码规范
This commit is contained in:
+2
-2
@@ -84,8 +84,8 @@ pipeline {
|
||||
steps {
|
||||
echo "# =============== 安装 p12 证书 ==============="
|
||||
sh '''
|
||||
security unlock-keychain -p ${MAC_LOGIN_PWD} ~/Library/Keychains/login.keychain-db
|
||||
security import ${P12_FILE} -k ~/Library/Keychains/login.keychain-db -P ${P12_PASSWORD} -A
|
||||
security unlock-keychain -p ${MAC_LOGIN_PWD} ~/Library/Keychains/login.keychain-db >/dev/null 2>&1
|
||||
security import ${P12_FILE} -k ~/Library/Keychains/login.keychain-db -P ${P12_PASSWORD} -A >/dev/null 2>&1
|
||||
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k ${MAC_LOGIN_PWD} ~/Library/Keychains/login.keychain-db >/dev/null 2>&1
|
||||
'''
|
||||
echo "# =============== 安装描述文件 ==============="
|
||||
|
||||
Reference in New Issue
Block a user