Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 3.16 KB

README.md

File metadata and controls

83 lines (64 loc) · 3.16 KB

Content

image

About the project

Many ways to automate the boring stuff, one tool: Jenkins.
This repository aims to be a beginners guide for the use of Jenkins, starting from a simple base.
Find examples for setting Jenkinsfiles for different automation scenarios below.

10 Steps Roadmap

(Back to top)

Getting Started

To get a local copy of this project follow the next steps.

Prerequisites

This project works for most Linux distributions.

Jenkins

$ jenkins --version
$ 2.414.1+

Java

$ java --version
$ java / openjdk 8+

Maven

$ mvn --version
$ Apache Maven 3.4.1+

Setup

$ git clone https://github.com/eduym17/trJenkins.git
$ cd trJenkins

Authors

Eduardo Yañez

(Back to top)

Contributing

Contributions, issues and feature request are welcome! Feel free to check the issues page.

(Back to top)

Show your support

Give a ⭐️ if you like this project!

(Back to top)