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
01ce3d05
Commit
01ce3d05
authored
Oct 31, 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
62492330
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
jobs/Deploy_Hi365_IOS_SIT/config.xml
jobs/Deploy_Hi365_IOS_SIT/config.xml
+11
-7
No files found.
jobs/Deploy_Hi365_IOS_SIT/config.xml
View file @
01ce3d05
...
@@ -45,9 +45,9 @@
...
@@ -45,9 +45,9 @@
<description></description>
<description></description>
<choices
class=
"java.util.Arrays$ArrayList"
>
<choices
class=
"java.util.Arrays$ArrayList"
>
<a
class=
"string-array"
>
<a
class=
"string-array"
>
<string>
sit
</string>
<string>
SIT
</string>
<string>
uat
</string>
<string>
UAT
</string>
<string>
prod
</string>
<string>
Release
</string>
</a>
</a>
</choices>
</choices>
</hudson.model.ChoiceParameterDefinition>
</hudson.model.ChoiceParameterDefinition>
...
@@ -89,17 +89,21 @@
...
@@ -89,17 +89,21 @@
<builders>
<builders>
<hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>
# Choose build dart by environment
<command>
# Choose build dart by environment
if [ $BUILD_
FLUTTER_ENV ==
"
sit
"
]
if [ $BUILD_
ENV ==
"
SIT
"
]
then
then
default_doc=
"
main_sit.dart
"
default_doc=
"
main_sit.dart
"
elif [ $BUILD_FLUTTER_ENV ==
"
uat
"
]
export_method=
"
ad-hoc
"
elif [ $BUILD_ENV ==
"
UAT
"
]
then
then
default_doc=
"
main_uat.dart
"
default_doc=
"
main_uat.dart
"
elif [ $BUILD_FLUTTER_ENV ==
"
prod
"
]
export_method=
"
ad-hoc
"
elif [ $BUILD_ENV ==
"
Release
"
]
then
then
default_doc=
"
main_prod.dart
"
default_doc=
"
main_prod.dart
"
export_method=
"
app-store
"
else
else
default_doc=
"
main_sit.dart
"
default_doc=
"
main_dev.dart
"
export_method=
"
development
"
fi
fi
# Set the variable
# Set the variable
...
...
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