We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2aa075 commit 84f592aCopy full SHA for 84f592a
README.md
@@ -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