Jenkins "Hello World"

Source: Internet
Author: User

This document describes how to install and use Jenkins on Ubuntu.

1) download and install

Download jenkins_1.461_all.deb

$ Sudo dpkg-I jenkins_1.461_all.deb

Prompt to install daemon

Sudo apt-get install daemon

2) Simple startup

After installation, jenkins. war is available in/usr/share/jenkins /.

Cd/usr/share/jenkins/

Java-jar jenkins. war -- httpPort = 8000

Run the specified port

3) Configure to start the system

The installer generates the following file/etc/init. d/jenkins. You can use the system service command to start or stop

Sudo service jenkins stop

Sudo service jenkins start

4) how to change the port

Vi/etc/default/jenkins

Find the following line to change

# Port for HTTP connector (default 8080; disable with-1)

HTTP_PORT = 8000

5) build a project

Go to http: // 10.15.5.218: 8000 to build the project

Copy hello/main. c to the relevant workspace directory (/var/lib/jenkins/workspace), and you may be able to observe the build process.

The following example:

I set to execute gcc hello/main. c every 3 hours.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.