Jenkins
Size: 173
Comment:
|
Size: 1161
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
= Getting Started = == Install Jenkins == {{{ sudo add-apt-repository ppa:hudson-ubuntu/testing sudo apt-get update sudo apt-get install jenkins }}} or use this handy cloud-config file if you want to spin on in ec2 == Access Jenkins == http://localhost:8080 == Current Know Issues == || '''Title''' || '''Description''' || '''Workaround''' || '''Fix''' || || Missing Libraries || Because the base distribution does not include the normal plugins which upstream bundle, some other plugins fail due to missing libraries || || || || openid || required commons-httpclient which is pulled in my the maven plugin build to Jenkins core. || install maven plugin. || || || Plugin Manager || had some odd behaviour in ec2 instances with limited inbound access - JSON response from update center was truncated || For some reason fixing the port that slaves use to a single port resolved this issue || || |
|
Line 7: | Line 30: |
* /JenkinsPackages | * Details of packages currently built in PPA to support Jenkins: /JenkinsPackages |
Current Jenkins Version |
1.396-0ubuntu1~test8 |
Please report bugs to hudson-ubuntu-users at lists dot launchpad dot net
Getting Started
Install Jenkins
sudo add-apt-repository ppa:hudson-ubuntu/testing sudo apt-get update sudo apt-get install jenkins
or use this handy cloud-config file if you want to spin on in ec2
Access Jenkins
Current Know Issues
Title |
Description |
Workaround |
Fix |
Missing Libraries |
Because the base distribution does not include the normal plugins which upstream bundle, some other plugins fail due to missing libraries |
|
|
openid |
required commons-httpclient which is pulled in my the maven plugin build to Jenkins core. |
install maven plugin. |
|
Plugin Manager |
had some odd behaviour in ec2 instances with limited inbound access - JSON response from update center was truncated |
For some reason fixing the port that slaves use to a single port resolved this issue |
|
Index
Details of packages currently built in PPA to support Jenkins: /JenkinsPackages
ServerTeam/Jenkins (last edited 2011-08-16 19:53:25 by james-page)