-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrackspace.yaml
More file actions
40 lines (38 loc) · 1.84 KB
/
rackspace.yaml
File metadata and controls
40 lines (38 loc) · 1.84 KB
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
schema-version: 1.0.0
application-family: Miscellaneous
application-name: Jenkins
application-version: latest
flavor: Single Linux server
flavor-weight: 1
reach-info:
tattoo: https://0b5294b243620310a700-e388a7f3aba385a925111b1fc6f680d4.ssl.cf2.rackcdn.com/jenkins-tattoo.png
icon-20x20: https://0b5294b243620310a700-e388a7f3aba385a925111b1fc6f680d4.ssl.cf2.rackcdn.com/jenkins-icon-20x20.png
hidden_outputs:
- private_key
abstract: |
Jenkins is an open-source continuous integration software that provides a
configurable code review process.
instructions: |
#### Accessing Jenkins
In a browser, navigate to the URL provided in the output section. Once logged
in, you can immediately create a [new
job](https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project)!
#### Logging in via SSH
The private key provided in the passwords section can be used to login as
root via SSH. We have an article on how to use these keys with [Mac OS X and
Linux](http://www.rackspace.com/knowledge_center/article/logging-in-with-a-ssh-private-key-on-linuxmac)
as well as [Windows using
PuTTY](http://www.rackspace.com/knowledge_center/article/logging-in-with-a-ssh-private-key-on-windows).
#### Plugins
Jenkins offers a wide range of useful plugins that can be used to expand both
the features as well as capacity of your test environments. Check out the
[Jenkins
Plugins](https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Usingtheinterface)
documentation for information on how to easily install and use plugins
through the web interface.
description: |
A single Linux server running the lastest stable version of
[Jenkins CI](http://jenkins-ci.org/content/about-jenkins-ci) Server.
Plugins such as
[JClouds](https://wiki.jenkins-ci.org/display/JENKINS/JClouds+Plugin)
are included to ease scaling of your deployment.