Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Configured jenkins files to work with Cliqz user when uploading eithe…
…r nightly or paid product
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+2
−2
Jenkinsfile.nightly
-
+2
−2
Jenkinsfile.publish
|
|
@@ -84,9 +84,9 @@ node('mac-vm-host') { |
|
|
passwordVariable: 'GITHUB_PASSWORD', |
|
|
usernameVariable: 'GITHUB_USERNAME', |
|
|
], |
|
|
string(credentialsId: 'c9d7aaae-25ee-4b74-b03f-d50312c53edd', variable: 'ITUNES_USER'), |
|
|
string(credentialsId: '8b4f7459-c446-4058-be61-3c3d98fe72e2', variable: 'ITUNES_USER'), |
|
|
string(credentialsId: '59474dcc-f87e-41ac-803c-e32a0029f7e7', variable: 'SentryDSN'), |
|
|
string(credentialsId: '070139a0-b210-4692-ab5f-5444f4aadac1', variable: 'FASTLANE_PASSWORD'), |
|
|
string(credentialsId: '05be12cd-5177-4adf-9812-809f01451fa0', variable: 'FASTLANE_PASSWORD'), |
|
|
string(credentialsId: 'a1904e28-d791-4118-b8ed-3ff064aee9a4', variable: 'MATCH_PASSWORD'), |
|
|
string(credentialsId: 'f206e880-e09a-4369-a3f6-f86ee94481f2', variable: 'SENTRY_AUTH_TOKEN'), |
|
|
string(credentialsId: 'ab91f92a-4588-4034-8d7f-c1a741fa31ab', variable: 'FASTLANE_ITC_TEAM_ID')]) |
|
|
|
|
|
@@ -84,9 +84,9 @@ node('mac-vm-host') { |
|
|
passwordVariable: 'GITHUB_PASSWORD', |
|
|
usernameVariable: 'GITHUB_USERNAME', |
|
|
], |
|
|
string(credentialsId: 'c9d7aaae-25ee-4b74-b03f-d50312c53edd', variable: 'ITUNES_USER'), |
|
|
string(credentialsId: '8b4f7459-c446-4058-be61-3c3d98fe72e2', variable: 'ITUNES_USER'), |
|
|
string(credentialsId: 'c454a3e9-83af-480a-82fe-08c858512140', variable: 'SentryDSN'), |
|
|
string(credentialsId: '070139a0-b210-4692-ab5f-5444f4aadac1', variable: 'FASTLANE_PASSWORD'), |
|
|
string(credentialsId: '05be12cd-5177-4adf-9812-809f01451fa0', variable: 'FASTLANE_PASSWORD'), |
|
|
string(credentialsId: 'ee93743c-b0be-46aa-b49a-ab3caaea4f67', variable: 'MATCH_PASSWORD'), |
|
|
string(credentialsId: 'f206e880-e09a-4369-a3f6-f86ee94481f2', variable: 'SENTRY_AUTH_TOKEN'), |
|
|
string(credentialsId: 'ab91f92a-4588-4034-8d7f-c1a741fa31ab', variable: 'FASTLANE_ITC_TEAM_ID')]) |
|
|
|