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
58694870
Commit
58694870
authored
Apr 11, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott: Job [CRM_Mobile_SIT_apk] configuration updated
Change performed by ·¨¼y°ó
parent
066087e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
jobs/CRM_Mobile_SIT_apk/config.xml
jobs/CRM_Mobile_SIT_apk/config.xml
+9
-7
No files found.
jobs/CRM_Mobile_SIT_apk/config.xml
View file @
58694870
...
...
@@ -35,7 +35,7 @@ hotfix/1.47.1</description>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.9.
1
"
>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.9.
3
"
>
<configVersion>
2
</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
...
...
@@ -52,7 +52,7 @@ hotfix/1.47.1</description>
<submoduleCfg
class=
"list"
/>
<extensions/>
</scm>
<assignedNode>
M
ac_Nod
e
</assignedNode>
<assignedNode>
M
AC_BUILD_Machin
e
</assignedNode>
<canRoam>
false
</canRoam>
<disabled>
false
</disabled>
<blockBuildWhenDownstreamBuilding>
false
</blockBuildWhenDownstreamBuilding>
...
...
@@ -63,7 +63,8 @@ hotfix/1.47.1</description>
<hudson.tasks.Shell>
<command>
PATH=
"
$PATH:/usr/local/bin:/Users/scott/.fastlane/bin/
"
npm install
RNFB_ANDROID_PERMISSIONS=true react-native link
RNFB_ANDROID_PERMISSIONS=true
#react-native link
VERSION=SIT_$(date +%Y%m%d%H)_$(git rev-parse --short HEAD)
MODIFIED_DATE=$(git log -1 --format=
"
%ci
"
--)
...
...
@@ -73,6 +74,7 @@ sed -i '' "/version/s/\'.*\';/\'${VERSION}\';
sed -i
''
"
/modifiedTime/s/\
'
.*\
'
;/\
'
${MODIFIED_DATE}\
'
;/
"
app/configs/constant/urls.js
export ANDROID_HOME=~/Library/Android/sdk
rvm use 2.6.0
bundle exec fastlane android beta
</command>
</hudson.tasks.Shell>
...
...
@@ -81,8 +83,8 @@ bundle exec fastlane android beta
MODIFIED_DATE=$(git log -1 --format=
"
%ci
"
--)
NAME=CRM_Mobile
mv android/app/build/outputs/apk/app-releaseStaging.apk ~/Sites/${NAME}_${VERSION}.apk
scp ~/Sites/${NAME}_${VERSION}.
*
appuploader@10.57.117.135:~/app/crm/
</command>
mv android/app/build/outputs/apk/
releaseStaging/
app-releaseStaging.apk ~/Sites/${NAME}_${VERSION}.apk
scp ~/Sites/${NAME}_${VERSION}.
apk
appuploader@10.57.117.135:~/app/crm/
</command>
</hudson.tasks.Shell>
<hudson.plugins.parameterizedtrigger.TriggerBuilder
plugin=
"parameterized-trigger@2.35.2"
>
<configs>
...
...
@@ -111,8 +113,8 @@ scp ~/Sites/${NAME}_${VERSION}.* appuploader@10.57.117.135:~/app/crm/</command>
<externalDelete></externalDelete>
<disableDeferredWipeout>
false
</disableDeferredWipeout>
</hudson.plugins.ws__cleanup.PreBuildCleanup>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.
8.10
"
/>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper
plugin=
"ansicolor@0.6.
1
"
>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.
9
"
/>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper
plugin=
"ansicolor@0.6.
2
"
>
<colorMapName>
xterm
</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
</buildWrappers>
...
...
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