Giter Club home page Giter Club logo

cicd's Introduction

Jenkins 설치하기

sudo yum update -y
# Jenkins 패키지 추가
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat/jenkins.repo &&
sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key

# Install java, docker, git
sudo yum install -y java-1.8.0-openjdk jenkins git docker

# 자바 버전 8 로 설정
sudo alternatives --config java
sudo service jenkins start

# 초기 비밀번호 확인
sudo cat /var/lib/jenkins/secrets/initialAdminPassword

# docker 그룹에 jenkins 추가
sudo usermod -aG docker jenkins
sudo service docker start
sudo chmod 666 /var/run/docker.sock
sudo -su jenkins

설치해야할 플러그인들

Docker Pipeline: 파이프라인에서 도커 명령어 사용하게 해줌 Pipeline: AWS Steps Docker

cicd's People

Contributors

frontalnh avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

gtsug

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.