提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-30 03:16:23 +08:00
parent 1970d8b037
commit 90bbbafec7
+1
View File
@@ -70,6 +70,7 @@ pipeline {
sh '''
# =============== 安装 p12 证书 ===============
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
'''
}
}