Skip to content

Docker #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: docker
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
082939b
Add files via upload
hkhcoder Aug 13, 2023
8221841
Add files via upload
hkhcoder Aug 13, 2023
fd69c8d
Update memcache.sh
hkhcoder Aug 20, 2023
0ce0891
Update mysql.sh
hkhcoder Aug 20, 2023
0496aaf
Update rabbitmq.sh
hkhcoder Aug 20, 2023
2d2120c
Add files via upload
hkhcoder Sep 25, 2023
2757b02
Add files via upload
hkhcoder Sep 25, 2023
641a9d6
Add files via upload
hkhcoder Oct 18, 2023
8fb6295
Add files via upload
hkhcoder Oct 18, 2023
b4ed48c
test code
hkhcoder Nov 9, 2023
3286bae
test ssh keys 43
Nov 9, 2023
3b4c6f2
Update Vagrantfile
hkhcoder Jun 10, 2024
836974e
Update Vagrantfile
hkhcoder Jun 10, 2024
176fbe5
upgradejdk17
hkhcoder Sep 10, 2024
4f24004
br update
hkhcoder Sep 10, 2024
ba7ebdd
upgrade ui
hkhcoder Sep 10, 2024
6c5fd41
UI upgrade
hkhcoder Sep 10, 2024
8841131
version change
hkhcoder Sep 10, 2024
97b72ce
user details changes
hkhcoder Sep 10, 2024
4200a1b
rmq username change
hkhcoder Sep 12, 2024
046898f
Maven version upgrade
hkhcoder Sep 12, 2024
092da3e
jdk17 update
hkhcoder Oct 18, 2024
adb0c1b
rsync installation
hkhcoder Oct 18, 2024
f5dbf3b
branch update
hkhcoder Oct 18, 2024
032cd20
branch name change
hkhcoder Oct 18, 2024
dcd67a6
dnf update
hkhcoder Oct 18, 2024
33196c0
Update Vagrantfile
hkhcoder Jan 16, 2025
f2ed11a
Update Vagrantfile
hkhcoder Jan 16, 2025
fd257ea
Readme file update
Feb 4, 2025
e59f053
README.md file updated with jdk21
devops4sure Feb 4, 2025
5517db0
Update tomcat.sh
hkhcoder Feb 10, 2025
c7770f1
Update tomcat.sh
hkhcoder Feb 10, 2025
9878ea5
Update Vagrantfile
hkhcoder Feb 10, 2025
e7710d9
Update Vagrantfile
hkhcoder Feb 10, 2025
ef522bf
Update Vagrantfile
hkhcoder Feb 10, 2025
ac93f41
Update Vagrantfile
hkhcoder Feb 10, 2025
269f74a
Update pom.xml
hkhcoder Feb 25, 2025
0b45f35
Update ansible.cfg
hkhcoder Apr 7, 2025
026e3a1
Update Jenkinsfile
hkhcoder Apr 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
pipeline {

agent any
/*

tools {
maven "maven3"
jdk "JDK17"
maven "MAVEN3.9"
}
*/

environment {
NEXUS_VERSION = "nexus3"
NEXUS_PROTOCOL = "http"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Prerequisites
#
- JDK 11
- Maven 3
- JDK 17 or 21
- Maven 3.9
- MySQL 8

# Technologies
Expand Down
2 changes: 1 addition & 1 deletion ansible/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[defaults]
host_key_checking = False
timeout = 30
timeout = 35
Loading