Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ym
jenkins
Commits
fdf4732e
Commit
fdf4732e
authored
Dec 19, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180082: Job [Deploy_Hi365_IOS_SIT] configuration updated
Change performed by ³¯¾_¶§
parent
185b305c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
jobs/Deploy_Hi365_IOS_SIT/config.xml
jobs/Deploy_Hi365_IOS_SIT/config.xml
+5
-5
No files found.
jobs/Deploy_Hi365_IOS_SIT/config.xml
View file @
fdf4732e
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<hudson.model.ParametersDefinitionProperty>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<parameterDefinitions>
<hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>
Version_N
umber
</name>
<name>
version_n
umber
</name>
<description></description>
<description></description>
<defaultValue>
V0.0.0
</defaultValue>
<defaultValue>
V0.0.0
</defaultValue>
<trim>
false
</trim>
<trim>
false
</trim>
...
@@ -73,17 +73,17 @@ current_date=$(date +"%Y%m%d")
...
@@ -73,17 +73,17 @@ current_date=$(date +"%Y%m%d")
git_short_hash=$(git rev-parse --short HEAD)
git_short_hash=$(git rev-parse --short HEAD)
ipa_name=
"
Hi365_SIT_${current_date}_${
Version_N
umber}_${git_short_hash}.ipa
"
ipa_name=
"
Hi365_SIT_${current_date}_${
version_n
umber}_${git_short_hash}.ipa
"
ipa_full_path=
"
${project_path}/ios/Hi365_SIT_${current_date}_${
Version_N
umber}_${git_short_hash}.ipa
"
ipa_full_path=
"
${project_path}/ios/Hi365_SIT_${current_date}_${
version_n
umber}_${git_short_hash}.ipa
"
# Temporarily change xcode versino for fastlane
# Temporarily change xcode versino for fastlane
fastlane run xcversion version:
"
11
"
fastlane run xcversion version:
"
11
"
# build ip
s
# build ip
a
fastlane sit
fastlane sit
# rename ipa
to a identified one
# rename ipa
mv Runner.ipa ${ipa_name}
mv Runner.ipa ${ipa_name}
# deploy
# deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment