This commit is contained in:
2025-12-10 13:58:36 +01:00
parent 5ce64b6af7
commit fc99fc1b84
4 changed files with 34 additions and 0 deletions

9
Jenkins/readme Normal file
View File

@@ -0,0 +1,9 @@
Hasło inicjalne w pliku:
/var/lib/docker/volumes/jenkins_jenkins_home/_data/secrets/initialAdminPassword
To jest dostępne tylko z Root'a
Po uruchomieniu patrzymy przeglądarką na port 8080, np:
http://20.238.32.128:8080

3
Jenkins/run.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker compose up

17
polecenia/01_status Normal file
View File

@@ -0,0 +1,17 @@
adasiek@tuxedo-os-2026:~/Nextcloud/05_SZKOLENIA/05_ALX/20251213_CICD/git_sample_aj$ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: Readme.md
Untracked files:
(use "git add <file>..." to include in what will be committed)
.obsidian/
Jenkins/readme
Jenkins/run.sh
no changes added to commit (use "git add" and/or "git commit -a")

5
polecenia/02_add_commit Normal file
View File

@@ -0,0 +1,5 @@
adasiek@tuxedo-os-2026:~/Nextcloud/05_SZKOLENIA/05_ALX/20251213_CICD/git_sample_aj$ git add Readme.md
adasiek@tuxedo-os-2026:~/Nextcloud/05_SZKOLENIA/05_ALX/20251213_CICD/git_sample_aj$ git commit -m "test update"
[main 5ce64b6] test update
1 file changed, 3 insertions(+), 1 deletion(-)