Skip to content

elvikito/DockerJenkisMVN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Jenkins with Maven Image

Based on jenkins/jenkins

Usage

docker build -t 'jenkis-elvikito' .

docker run -d -p 80:8080 -p 50000:50000 jenkis-elvikito

Then, can access Jenkins via https://localhost:80

In first time, need unlock Jenkins, enable to find the generated password via:

docker logs <running-container-id>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published