Commit 6c2cfe37 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20170121: Job [HealthKitDataRetrieve_ipa] configuration updated

Change performed by §N¨ήS
parent 7f590817
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<configVersion>2</configVersion> <configVersion>2</configVersion>
<userRemoteConfigs> <userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig> <hudson.plugins.git.UserRemoteConfig>
<url>http://cm.ylhealth.org/gitlab/20150024/HealthKitDataRetrieveDemo.git</url> <url>https://cm.ylhealth.org/gitlab/sandbox/HealthKitDataRetrieveDemo.git</url>
<credentialsId>3485e854-8389-40e8-8c86-b94e94e91904</credentialsId> <credentialsId>3485e854-8389-40e8-8c86-b94e94e91904</credentialsId>
</hudson.plugins.git.UserRemoteConfig> </hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs> </userRemoteConfigs>
...@@ -42,7 +42,12 @@ ...@@ -42,7 +42,12 @@
<concurrentBuild>false</concurrentBuild> <concurrentBuild>false</concurrentBuild>
<builders> <builders>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command>fastlane ios beta</command> <command>PATH=&quot;$PATH:$HOME/.rvm/bin:/usr/local/bin:$HOME/.fastlane/bin/&quot;
source &quot;$HOME/.rvm/scripts/rvm&quot;
rvm use ruby-2.6.0
gem install bundler
bundler install
bundle exec fastlane ios beta</command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command>VERSION=Prod_$(date +%Y%m%d)_$(git rev-parse --short HEAD) <command>VERSION=Prod_$(date +%Y%m%d)_$(git rev-parse --short HEAD)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment