Skip to content

lucas-campelo/go-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Jenkins: An Easy Setup Tool for Jenkins

An easy setup tool for Jenkins.

Introduction

Go Jenkins is a user-friendly program designed to simplify the process of setting up Jenkins on your Linux machine. This documentation provides step-by-step instructions to help you install and configure Jenkins using the Jenkins Docker installation method.

Installation

To install Go Jenkins, follow these steps:

  1. Build the application by executing the following command in your terminal:
go build -o go-jenkins

This command compiles the Go code and generates the executable file for Go Jenkins.

  1. Then sudo-move it to your local binaries folder, so it can be avaiable anywhere on the system:
sudo mv go-jenkins /usr/local/bin

References

For more details on the installation process, refer to the Jenkins Docker installation.

About

Jenkins good to Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published