提交jenkins自动化流水线
This commit is contained in:
@@ -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
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user