Skip to content

Commit 84f592a

Browse files
authored
Create README.md
1 parent c2aa075 commit 84f592a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## docker-local-build-environment
2+
3+
A local Build Environment with Jenkins full of plugins and sonar
4+
5+
6+
Bring up your own build environment ... just do a
7+
```
8+
docker-compose build && docker-compose up
9+
```
10+
11+
and you are ready to go with a little CI Environment an Code-quality check.
12+
13+
Jenins resides under http://<your-host-name>/jenkins
14+
Sonar resides under http://<your-host-name>/sonar
15+
16+
After docker ist up you only have to configure your tools in Jenkins
17+
..
18+
19+
And _yes_ docker-plugin in jenkins works (docker in docker)
20+
21+
22+
### My next steps
23+
24+
Pump up the Image with latest docker and ansible.

0 commit comments

Comments
 (0)