You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -431,15 +431,35 @@ To learn more about how Docker publishes ports, please read [this excellent post
431
431
432
432
433
433
434
-
435
434
<br>
436
-
<aname="Laravel"></a>
435
+
<aname="Use-Jenkins"></a>
436
+
## Use Jenkins
437
+
438
+
1) Boot the container `docker-compose exec jenkins bash`
439
+
440
+
2) Go to `http://localhost:8090/` (if you didn't chanhed your default port mapping)
441
+
442
+
3) Authenticate:
443
+
444
+
- Default username is `admin`.
445
+
- Default password is `docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword`.
446
+
447
+
(To enter container as root type `docker-compose exec --user root jenkins bash`).
448
+
449
+
4) Install some plugins.
437
450
451
+
5) Create your first Admin user, or continue as Admin.
438
452
453
+
Note: to add user go to `http://localhost:8090/securityRealm/addUser` and to restart it from the web app visit `http://localhost:8090/restart`.
439
454
455
+
You may wanna change the default security configuration, so go to `http://localhost:8090/configureSecurity/` under Authorization and choosing "Anyone can do anything" or "Project-based Matrix Authorization Strategy" or anything else.
440
456
441
457
442
458
459
+
460
+
<br>
461
+
<aname="Laravel"></a>
462
+
443
463
<aname="Install-Laravel"></a>
444
464
## Install Laravel from a Docker Container
445
465
@@ -1074,9 +1094,6 @@ To change the default forwarded port for ssh:
0 commit comments