8000 GitHub - ywill/jenkins
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ywill/jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Requirment skill

  • linux
  • git
  • CI/CD

What is Jenkins?

Jenkins is an open source CI/CD and deployment automation software DevOps tool writeen in the Java programming language

Install Jenkins Ubuntu 22

wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key |sudo gpg --dearmor -o /usr/share/keyrings/jenkins.gpg
sudo sh -c 'echo deb [signed-by=/usr/share/keyrings/jenkins.gpg] http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt update
sudo apt install openjdk-11-jdk -y
sudo apt install jenkins -y

Create Project

  • New item
  • Name: firstproject
  • Select Freestyle Project
  • General:
    • GitHub Project
    • Throttle builds
    • Source Code Management
      • Add github creds
  • Build Triggers
    • Github hook trigger for GITScm pooling
    • Pool SCM (check crontab guru)
  • Build Env
  • Build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0