summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/xcode.yaml
diff options
context:
space:
mode:
authorWill Soula <william.soula@drillinginfo.com>2017-07-18 12:09:28 -0600
committerThanh Ha <thanh.ha@linuxfoundation.org>2017-11-28 10:40:43 -0500
commitc4aab5c22d3f2834d204fae9bf01f095f2739c31 (patch)
tree148393cb7ef8fd86565c7aa61481e019d602bbcd /tests/builders/fixtures/xcode.yaml
parentd77b4d67f99a39167f1fa768bcdf76f21e3b23cf (diff)
downloadpython-jenkins-job-builder-c4aab5c22d3f2834d204fae9bf01f095f2739c31.tar.gz
python-jenkins-job-builder-c4aab5c22d3f2834d204fae9bf01f095f2739c31.tar.xz
python-jenkins-job-builder-c4aab5c22d3f2834d204fae9bf01f095f2739c31.zip
Update xcode plugin to support 2.0
Add new parameters: * ipa-export-method * development-team-id Change-Id: I17cc69dc86c59fcddc8d821196424c01caa8f613 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'tests/builders/fixtures/xcode.yaml')
-rw-r--r--tests/builders/fixtures/xcode.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/builders/fixtures/xcode.yaml b/tests/builders/fixtures/xcode.yaml
index 4bdc1536..1ec30c7e 100644
--- a/tests/builders/fixtures/xcode.yaml
+++ b/tests/builders/fixtures/xcode.yaml
@@ -15,8 +15,10 @@ builders:
allow-failing: true
version-technical: "TECHNICAL"
version-marketing: "MARKETING"
+ ipa-export-method: ad-hoc
ipa-version: "${VERSION}"
ipa-output: "/output"
+ development-team-id: foo
keychain-path: "/Users/jenkins/Library/Keychains/jenkins-uasdk-ios-pre_review"
keychain-password: "testpass"
keychain-unlock: true