Skip to content

beatrausch/dev-ops-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Tutorial

Jenkins

Jenkins is an open source automation server written in Java. Jenkins helps to automate the non-human part of software development process, with continuous integration and facilitating technical aspects of continuous delivery.

To run Jenkins for testing can simply achived by using docker:

docker run --name jenkins -p 8080:8080 -p 50000:50000 -v /var/jenkins_home jenkins

About

Short DevOps tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages