Skip to content

KAsp3rd/hudson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessing the Build Server

Yet to be done

Authenticating to the Build Server

Not completed yet

Using the Build Server

Click the "android" job.
Configure what you want to build.
Build it.

Modifying the local_manifest.xml

Edit jb.xml (the ics jb_manifest.xml) and submit a pull request.

Adding Nodes to the Build Server #TODO

More nodes the better.
To add a node, please open an issue (or do it yourself within Jenkins) with a externally accessible username and host name that Hudson can use to connect via SSH.
Your build machine must also be completely/properly set up to support building Android. sudo/root access is not required.
You can also configure your node to only perform builds during certain hours. This will prevent your machine from being swamped when during the hours you are planning on using it.

Jenkins Job Setup

The job uses the following script:

curl -O https://raw.github.com/KAsp3rd/hudson/master/job.sh
. ./job.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published