`
sillycat
  • 浏览: 2553819 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Hudson on Ubuntu System(I)Install and configuration

阅读更多
Hudson on Ubuntu System(I)Install and configuration

1. Install Hudson on my system
I download the file from this URL:
http://java.net/downloads/hudson/Debian/hudson-debian-1.398.deb

Double click the file and install it.

after the installation, you can check up the status with command:
>/etc/init.d/hudson status
start it/stop it
>/etc/init.d/hudson start
>/etc/init.d/hudson stop

I can visit the URL http://localhost:8080/

The log file exists here
>vi /var/log/hudson/hudson.log

we can see all the configurations in this file
>vi /etc/default/hudson
by the way, I change the port to 8082
HTTP_PORT=8082

right now, we can visit hudson with URL http://localhost:8082/

2. configure Security
click menu [Manage Hudson]
click menu [Configure System]
check [Enable security]

TCP port for JNLP slave agents: Disable
Access Control:   Security Realm ----> Hudson's own user database
                                      Tuthorization   ----> Matrix-based security -----> User/group to add: sillycat and admin

click on the button [Save]

create your account, for example admin and sillycat.

references:
http://hudson-ci.org/
http://wiki.hudson-ci.org/display/HUDSON/Installing+Hudson+on+Ubuntu
http://wiki.hudson-ci.org/display/HUDSON/Use+Hudson
http://digitalsonic.iteye.com/blog/610401
http://www.iteye.com/wiki/hudson_ci/1682-hudson-standard-security-settings

分享到:
评论

相关推荐

    How2Install_Ubuntu

    The experience of the install of next softwares Ubuntu Hudson Tomcat FTP Twiki

    Hudson_CI:PHP持续集成

    5. **配置Hudson**:在Hudson Web界面中创建新项目,配置源码仓库,设置构建触发器(如提交后自动触发),添加构建步骤(如运行composer install,phpunit等),并定义测试报告和邮件通知。 6. **构建过程**:...

    hudson-3.3.1.war

    his release of Hudson is built against Java 7 and no longer supports running Hudson itself on Java 5 or 6. You can of course still use Hudson to manage jobs that compile against these earlier versions...

    hudson学习教程Hudson安装与使用,Hudson配置,Hudson插件

    【Hudson 学习教程】 Hudson 是一款强大的持续集成工具,主要负责自动化软件...通过熟练掌握Hudson的安装、配置和插件使用,开发者可以构建出一套自动化、智能化的CI/CD流程,提升整个团队的开发效率和项目交付能力。

    持续开发hudson教程

    持续集成(CI,Continuous Integration)是一种软件开发实践,它要求开发人员频繁地将他们的代码更改合并到共享存储库中,并且每次合并后都会自动运行构建和测试,以便尽早发现并修复错误。这一过程有助于保持软件的...

    Hudson持续集成测试

    进入Hudson主界面,点击“Manage Hudson”->“Configure System”,然后添加JDK和Ant配置,同时配置邮件通知信息。 接下来,为了提升Hudson的功能,我们需要安装一些常用的插件。例如: 1. `vss.hpi`:用于从Visual...

    m2eclipse-hudson插件

    然后,通过Eclipse的“Help” > “Eclipse Marketplace”或“Install New Software”功能,搜索并安装m2eclipse-hudson插件。安装完成后,根据提示配置Hudson服务器的URL和认证信息,就可以开始享受无缝集成的便利了...

    集成工具hudson与maven2的Hudson 安装及配置.docx

    Hudson是一款开源的持续集成服务器,它简化了CI的过程,提供了丰富的功能和易于使用的界面。 Hudson的安装与配置非常简单。首先,从官方网站下载最新版本的Hudson WAR文件,例如`hudson.war`。然后将其放置在Tomcat...

    Hudson持续集成实战

    《Hudson持续集成实战》是一本专注于自动化部署的教程,旨在帮助读者掌握使用Hudson进行持续集成的关键技术和实践策略。Hudson,作为一个开源的持续集成工具,被广泛应用于软件开发过程中,以提升效率,减少错误,并...

    hudson 中文操作手册

    Hudson 中文操作手册 Hudson 是一个开源的自动化构建工具,广泛应用于软件开发、测试和发布过程中。下面是根据 Hudson 中文操作手册的内容生成的相关知识点: 1. Hudson 安装 Hudson 安装是使用 Hudson 的第一步...

    CI持续集成服务器 hudson 使用备忘1

    《CI持续集成服务器Hudson使用备忘》 在软件开发过程中,持续集成(Continuous Integration,简称CI)是一种实践,它强调开发人员频繁地将他们的代码更改合并到共享存储库中,并且每次合并后都会立即进行自动化构建...

    hudson安装全过程

    ### Hudson安装全过程详解 #### 一、前言 Hudson是一款开源持续集成工具,主要用于自动化构建、测试软件项目,支持多种SCM(如Git、SVN等),并且可以通过插件扩展功能。本文将详细介绍Hudson的安装过程,包括JDK...

    hudson自动构建文档

    **正文** Hudson是一款开源的持续集成工具,用于自动化各种任务,包括构建、测试和部署软件。本文档将深入探讨Hudson的安装、配置、...在实际应用中,不断探索和优化Hudson的配置,将使你的CI/CD流程更加高效和可靠。

    Hudson平台搭建及使用

    Hudson是一个开源的持续集成(CI)服务器,它提供了一种自动化构建、测试和部署软件的解决方案。Hudson以其简单易用和丰富的插件功能而受到赞誉,使得项目管理和配置变得更加高效。下面将详细介绍Hudson的特性、搭建...

    hudson教程

    Hudson 是一个开源的持续集成工具,用于自动化各种软件项目构建、测试和部署等任务。在本教程中,我们将深入探讨如何配置和使用Hudson。 首先,为了运行Hudson,你需要准备以下组件: 1. **Apache Tomcat 7.0 以上...

    Hudson持续集成服务器的安装配置和使用

    根据提供的信息,我们可以详细探讨如何安装配置和使用Hudson持续集成服务器。Hudson是一个开源的持续集成工具,用于自动化软件开发中的构建、测试和部署过程。以下内容将围绕Hudson的安装配置及其与相关工具(如SVN...

    hudson插件加载失败解决方案.pdf

    hudson插件加载失败解决方案 本文档将讨论hudson插件加载失败的解决方案,涵盖hudson版本、环境信息、插件安装、Tomcat日志分析、问题排查等方面的知识点。 一、hudson版本信息 hudson版本:hudson-2.2.1.war ...

Global site tag (gtag.js) - Google Analytics