-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigAndroid.xml
79 lines (79 loc) · 3.4 KB
/
configAndroid.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties>
<com.coravy.hudson.plugins.github.GithubProjectProperty plugin="[email protected]">
<projectUrl>git://github.com/n3phele/mobile-ui-enyo.git/</projectUrl>
</com.coravy.hudson.plugins.github.GithubProjectProperty>
</properties>
<scm class="hudson.plugins.git.GitSCM" plugin="[email protected]">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<name></name>
<refspec></refspec>
<url>git://github.com/n3phele/mobile-ui-enyo.git</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>master</name>
</hudson.plugins.git.BranchSpec>
</branches>
<disableSubmodules>false</disableSubmodules>
<recursiveSubmodules>false</recursiveSubmodules>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<authorOrCommitter>false</authorOrCommitter>
<clean>false</clean>
<wipeOutWorkspace>false</wipeOutWorkspace>
<pruneBranches>false</pruneBranches>
<remotePoll>false</remotePoll>
<ignoreNotifyCommit>false</ignoreNotifyCommit>
<useShallowClone>false</useShallowClone>
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
<gitTool>Default</gitTool>
<submoduleCfg class="list"/>
<relativeTargetDir></relativeTargetDir>
<reference></reference>
<excludedRegions></excludedRegions>
<excludedUsers></excludedUsers>
<gitConfigName></gitConfigName>
<gitConfigEmail></gitConfigEmail>
<skipTag>true</skipTag>
<includedRegions></includedRegions>
<scmName></scmName>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers class="vector">
<hudson.triggers.TimerTrigger>
<spec>@daily</spec>
</hudson.triggers.TimerTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.plugins.android__emulator.builder.ProjectPrerequisitesInstaller plugin="[email protected]"/>
<hudson.plugins.android__emulator.builder.UpdateProjectBuilder plugin="[email protected]"/>
<hudson.tasks.Shell>
<command>cd n3phele-mobile-android ; unzip -u /home/ubuntu/sandbox/android.zip ; ant release</command>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>pwd APKFILE=$(find . -type f -name "MainActivity-release.apk") for item in $APKFILE[*] do echo $APKFILE done curl http://testflightapp.com/api/builds.json -F file=@$APKFILE -F api_token='25944ccc487733a9132a41ae4bef6bf5_NDQ4NTU0MjAxMi0wNS0xOSAxNTozNTowMS4wMjIzNjA' -F team_token='9094db83d76e051bf49744b7f29d1e92_MzMwMjc1MjAxNC0wMS0yNyAxMzoxMjoyOC40MjE2NTc' -F notes='Latest n3phele_mobile' -F notify=True -F distribution_lists='n3phele_mobile'
</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.tasks.ArtifactArchiver>
<artifacts>**/n3phele-mobile-android/bin/*.apk</artifacts>
<latestOnly>false</latestOnly>
<allowEmptyArchive>false</allowEmptyArchive>
</hudson.tasks.ArtifactArchiver>
</publishers>
<buildWrappers>
<com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsBuildWrapper/>
</buildWrappers>
</project>