Giter VIP home page Giter VIP logo

jenkins-lab's Introduction

Jenkins Lab

Jenkins is an open-source automation tool, written in Java with plugins built for continuous integration/continuous delivery and deployment (CI/CD). This lab contains jenkins related stuffs.

Prerequisites

Jenkins requires Java in order to run. Please note, some Java versions are incompatible with Jenkins. Check official jenkins documentation for compatible version.

To install the Java on Ubuntu, Please follow below commands:

    sudo apt update
    sudo apt install -y openjdk-11-jre
    java –version

Follow Java-Installation guide to install the Open JRE.

Installation

The version of Jenkins included with the default Ubuntu packages is often behind the latest available version from the project itself. To ensure the latest fixes and features, use the project-maintained packages to install Jenkins.

    # Add the repository key to your system
    wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add

    # Append the Debian package repository address to the server’s sources.list
    sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'

    # Update the apt repository and install Jenkins
    sudo apt-get update
    sudo apt-get install jenkins

    sudo systemctl start jenkins # Enable the Jenkins service to start at boot
    sudo systemctl start jenkins # Start the Jenkins service
    sudo systemctl status jenkins # Check the status of Jenkins service

Note: Jenkins is typically run as a standalone application in its own process. The Jenkins WAR file bundles Winstone, a Jetty servlet container wrapper, and can be started on any operating system or platform with a version of Java supported by Jenkins.

References

jenkins-lab's People

Contributors

anupam-sy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

jenkins-lab's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.