`

Jenkins installation

 
阅读更多

ENV list

OS : redhat linux enterprise server 5.6

 

Install Jenkins

1. download rpm installer from http://pkg.jenkins-ci.org/redhat/

2. logon your system, scsu to root

 $pwd

/root

$ls

apache-ant-1.8.4-bin.tar.bz2  jenkins-1.488-1.1.noarch.rpm

$

3. install it
  rpm -ivh jenkins-1.488-1.1.noarch.rpm
  check jenkins will be installed on /var/lib/jenkins
4. start the service
   service jenkins start

Install SVN
yum install subversion
yum install mod_dav_svn

Install ant
1. download ant binary release from apache

 $pwd

/root

$ls

apache-ant-1.8.4-bin.tar.bz2  jenkins-1.488-1.1.noarch.rpm

2. cp ./apache-ant-1.8.4-bin.tar.bz2 /usr/lib/

3. cd /usr/lib

4. bunzip2 apache-ant-1.8.4-bin.tar.bz2

5. tar -xvf apache-ant-1.8.4-bin.tar

6. rm apache-ant-1.8.4-bin.tar

7. vi /etc/profile

8. export ANT_HOME =/usr/lib/apache-ant-1.8.4

export PATH=$PATH:$ANT_HOME/bin


Config ant and svn from Jenkins console
1. logon to http://jenkins_server:8080
2. go to Manage Jenkins then Config system
3. config JDK, svn and ant

Create Jenkins Job

分享到:
评论

相关推荐

    Jenkins Essentials.pdf

    Facilitate the installation and configuration of Jenkins Install and configure code repositories and build tools Explore the integration of Eclipse with code repositories Manage the integration of ...

    Jenkins插件开发手册

    安装完成后,可以在`Help > About Eclipse > Installation Details`中查看是否成功安装了Maven Integration for Eclipse,并确认Eclipse可以创建Maven项目。 接下来是Jenkins的安装。Jenkins通常以WAR文件的形式...

    Jenkins Essentials - Second Edition

    Facilitate the installation and configuration of Jenkins Install and configure code repositories and build tools Learn about the integration of Eclipse with Jenkins Manage the integration of Jenkins, ...

    Learning.Continuous.Integration.with.Jenkins.2nd.epub

    Learning Continuous Integration with Jenkins - Second Edition: A beginner's guide to implementing Continuous Integration and Continuous Delivery using Jenkins 2... Supporting Tools And Installation Guide

    fit2cloud#fit2cloud-cmp-installation-manual#9.3 JENKINS恢复1

    恢复Jenkins所有设置和每个Job的构建历史==注意事项:== 恢复后的虚拟机IP地址不能变2) 一键安装Jenkins3) 恢复构建任务把ThinBakc

    jenkins-study:Jenkins学习笔记

    This is the Debian package repository of Jenkins to automate installation and upgrade. To use this repository, first add the key to your system: wget -q -O - ...

    持续集成环境搭建——maven、git、jenkins、tomcat

    2. 在`Select the installation used to launch Maven`中选择刚才添加的maven,点击`Apply`。 3. 在`Maven` -> `User Settings`中,通过`Browse`按钮选择maven的用户配置文件。 创建maven工程的步骤如下: 1. 选择...

    jenkins-bootstrap-shared:作为不变的基础架构,Jenkins变得容易。 共享脚本的存储库,旨在用作git子模块。 将Jenkins,插件和脚本打包到不可变的程序包和映像中

    jenkins-bootstrap共享脚本 Jenkins作为不变的基础架构变得容易。 看一个。 传统上,詹金斯(Jenkins)在安全进行质量检查和测试升级方面面临挑战。 该项目旨在使安全管理Jenkins实例及其所有插件变得容易。 该...

    Eclipse Installation

    Eclipse Installation 指的是安装Eclipse集成开发环境(Integrated Development Environment),这是一款广泛用于Java、C++、Python等编程语言的开源开发工具。Eclipse因其强大的功能、灵活性和丰富的插件生态系统而...

    ansible-jenkins:在Linux上自动安装Jenkins

    Jenkins自动化安装与部署 本项目是由研发的自动化安装程序,开发语言是Ansible。使用本项目,只需要用户在Linux的上运行一条命令,即可自动化安装詹金斯,让原本复杂的安装过程变得没有任何技术门槛。 本项目是开源...

    jenkins-x-boot-config

    在GCP上,我们需要一个Kaniko服务帐户和Secret) 手动创建一个空的GKE集群,例如通过jx create cluster gke --skip-installation或使用运行新的Jenkins X Bootstrap Pipeline 在github上创建此git仓库的分支。...

    environment-simple-tekton:Jenkins X的原始http GKE安装的示例dev GitOps回购

    -skip-installation 然后运行: kubectl create ns jx然后创建kaniko秘密(也许现在可以从另一个集群中复制,直到我们可以自动化此部分为止?)运行新的Jenkins X Bootstrap Pipeline 克隆此git存储库,并确保您拥有...

    fit2cloud#fit2cloud-cmp-installation-manual#3.1 安装包下载1

    3.1 安装包下载 {#3-1}安装包下载地址列表:==注意事项:==安装FIT2CLOUD、NEXUS、JENKINS、GITLAB需要分别在单独一台干净的虚

    maven源代码.zip

    2. **jenkins_installation.md**:这是一个Markdown格式的文档,指导用户如何安装Jenkins,Jenkins是一个流行的持续集成工具,常常与Maven结合使用,自动化构建和测试Java项目。 3. **tomcat_installation.MD**:这...

Global site tag (gtag.js) - Google Analytics