mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 01:34:31 +00:00
Fix keychain password for PR Jenkinsfiles
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
53c9963a46
commit
e037b3345a
10
ci/Jenkinsfile
vendored
10
ci/Jenkinsfile
vendored
@ -78,14 +78,8 @@ timeout(90) {
|
||||
// iOS
|
||||
stage('Build (iOS)') {
|
||||
withCredentials([
|
||||
string(
|
||||
credentialsId: "slave-pass-${env.NODE_NAME}",
|
||||
variable: 'password'
|
||||
),
|
||||
string(
|
||||
credentialsId: 'fastlane-match-password',
|
||||
variable:'KEYCHAIN_PASSWORD'
|
||||
)]) {
|
||||
string(credentialsId: "slave-pass-${env.NODE_NAME}", variable: 'KEYCHAIN_PASSWORD'),
|
||||
string(credentialsId: 'fastlane-match-password', variable:'MATCH_PASSWORD')]) {
|
||||
sh 'fastlane ios adhoc'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user