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
a35b4015
Commit
a35b4015
authored
Dec 17, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20170121: Job [HRB_Mobile_Other_apk] configuration updated
Change performed by §N¨ήS
parent
802b433c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
jobs/HRB_Mobile_Other_apk/config.xml
jobs/HRB_Mobile_Other_apk/config.xml
+10
-10
No files found.
jobs/HRB_Mobile_Other_apk/config.xml
View file @
a35b4015
...
...
@@ -5,7 +5,7 @@
只打包 APK, 不做Code Push
</description>
<keepDependencies>
false
</keepDependencies>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.1
0
"
>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.1
1
"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
...
...
@@ -18,6 +18,12 @@ feature/HA-818
<defaultValue>
RN0.50
</defaultValue>
<trim>
false
</trim>
</hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition>
<hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition
plugin=
"global-variable-string-parameter@1.2"
>
<name>
DownloadName
</name>
<description>
下載清單上要顯示的名稱
</description>
<defaultValue>
Other
</defaultValue>
<trim>
false
</trim>
</hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty>
...
...
@@ -56,7 +62,7 @@ feature/HA-818
<builders>
<hudson.tasks.Shell>
<command>
PATH=
"
$PATH:/usr/local/bin:/Users/jenkins/.fastlane/bin/
"
VERSION=SIT_
Other_$(date +%Y%m%d)_$(git rev-parse --short HEAD
)
VERSION=SIT_
${DownloadName}_$(date +%Y%m%d
)
MODIFIED_DATE=$(git log -1 --format=
"
%ci
"
--)
npm install --update-binary
...
...
@@ -72,7 +78,7 @@ npm run build-thread-android
fastlane android beta
</command>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>
VERSION=SIT_
Other_$(date +%Y%m%d)_$(git rev-parse --short HEAD
)
<command>
VERSION=SIT_
${DownloadName}_$(date +%Y%m%d
)
MODIFIED_DATE=$(git log -1 --format=
"
%ci
"
--)
NAME=HRB_Mobile
...
...
@@ -80,13 +86,7 @@ mv android/app/build/outputs/apk/releaseStaging/app-releaseStaging.apk ~/Sites/$
scp ~/Sites/${NAME}_${VERSION}.apk appuploader@10.57.117.135:~/app/hrb/
</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.tasks.Mailer
plugin=
"mailer@1.22"
>
<recipients>
$RD_Group
</recipients>
<dontNotifyEveryUnstableBuild>
true
</dontNotifyEveryUnstableBuild>
<sendToIndividuals>
false
</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
<publishers/>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.36"
>
<deleteDirs>
false
</deleteDirs>
...
...
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