Skip to content
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

Prod #30

Open
wants to merge 72 commits into
base: main
Choose a base branch
from
Open

Prod #30

Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
c25c963
jenkins userdata
devopshydclub Jul 1, 2023
1dc4db6
Update nexus-setup.sh
hkhcoder Jul 1, 2023
c757e03
Update pom.xml
hkhcoder Oct 16, 2023
d98cb9e
Create settings.xml
hkhcoder Oct 16, 2023
0f8fd84
Update pom.xml
hkhcoder Nov 3, 2023
cd14391
Update pom.xml
hkhcoder Nov 3, 2023
4f6dfd3
replace hyphen with underscore
fredyl Nov 7, 2023
3374075
chnage commit
fredyl Nov 7, 2023
ffda5f8
change
fredyl Nov 7, 2023
c72d499
stages name change
fredyl Nov 7, 2023
e4f95a0
environment spelling check
fredyl Nov 7, 2023
118f3de
update pipeline with unit test and code analysis
fredyl Nov 7, 2023
110f0de
mvn setting
fredyl Nov 7, 2023
87525e4
sonnar scanner Analysis
fredyl Nov 8, 2023
0401184
environement spelling check
fredyl Nov 8, 2023
3546f48
quality gate
fredyl Nov 8, 2023
0dc2b77
sonar quality gate
fredyl Nov 8, 2023
bbcfc90
upload artifact to nexus code
fredyl Nov 8, 2023
f162fa1
nexus ip upload
fredyl Nov 8, 2023
c5d8aec
slack notification
fredyl Nov 8, 2023
db2ae3c
ip check
fredyl Nov 8, 2023
eece53a
commit
fredyl Nov 8, 2023
59897d0
slack commit
fredyl Nov 8, 2023
fba7f98
slack commit
fredyl Nov 8, 2023
19ae99c
slack channel
fredyl Nov 8, 2023
2280cae
slack color def
fredyl Nov 9, 2023
51130ae
notification test
fredyl Nov 9, 2023
21268cb
correction
fredyl Nov 9, 2023
92cd10a
preparing cicd branch
fredyl Nov 14, 2023
15532d2
copy jenkisfile in stagepipeline
fredyl Nov 14, 2023
b2de82c
docker build and publish in ecr
fredyl Nov 14, 2023
a99e068
deploy to ECS
fredyl Nov 15, 2023
35c4a9e
correct indentation
fredyl Nov 15, 2023
4de00c1
ecs cluster name update
fredyl Nov 15, 2023
e987458
service name updated
fredyl Nov 15, 2023
1505ec9
Merge branch 'hkhcoder:main' into cicd-jenkins
fredyl Nov 15, 2023
346f910
prod ecs pipeline
fredyl Nov 15, 2023
7f62339
aws region corrected
fredyl Nov 15, 2023
5db131c
test
fredyl Nov 15, 2023
fc47bbf
commit
fredyl Nov 15, 2023
5b482b1
Merge branch 'cicd-jenkins' of github.com:fredyl/vprofile-project int…
fredyl Nov 15, 2023
2d28053
commit
fredyl Nov 15, 2023
837a488
Merge branch 'cicd-jenkins' into prod
fredyl Nov 15, 2023
8060187
t changes
Fredylau Mar 19, 2024
f90ceab
Merge github.com:fredyl/vprofile-project into cicd-jenkins
Fredylau Mar 20, 2024
c893b89
docker build and push
Fredylau Mar 20, 2024
edfc1d0
docker build and push
Fredylau Mar 20, 2024
3f0db49
docker build and push
fredyl Mar 20, 2024
82052c8
slack channel correction
fredyl Mar 20, 2024
386dfc1
docker push and build
fredyl Mar 20, 2024
0dae252
deploy to ECS
fredyl Mar 25, 2024
975c669
commit check
fredyl Mar 25, 2024
780b89e
commit build for ECS
fredyl Mar 25, 2024
b9dfa5d
test commit
fredyl Mar 25, 2024
6b6b0bf
deploy to ecs
fredyl Mar 26, 2024
6eb42ec
deploy to ecs
fredyl Mar 26, 2024
71bc979
t changes
Fredylau Mar 19, 2024
d193527
Merge github.com:fredyl/vprofile-project into cicd-jenkins
Fredylau Mar 20, 2024
f98266e
docker build and push
Fredylau Mar 20, 2024
27dc01b
docker build and push
Fredylau Mar 20, 2024
801d91d
docker build and push
fredyl Mar 20, 2024
f1ae8eb
slack channel correction
fredyl Mar 20, 2024
63f1997
docker push and build
fredyl Mar 20, 2024
1fb0236
deploy to ECS
fredyl Mar 25, 2024
52a7f24
commit check
fredyl Mar 25, 2024
853973a
commit build for ECS
fredyl Mar 25, 2024
ba25e9f
test commit
fredyl Mar 25, 2024
c42c950
deploy to ecs
fredyl Mar 26, 2024
5b1728b
deploy to ecs
fredyl Mar 26, 2024
0d75ce1
ecs prod deployment
fredyl Mar 26, 2024
04cc33e
readme test
fredyl Mar 26, 2024
2d38865
Merge branch 'cicd-jenkins' into prod
fredyl Mar 26, 2024
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
Prev Previous commit
Next Next commit
docker build and push
fredyl committed Mar 26, 2024
commit 801d91d38446f8013effbfc637fd077777e4355d
3 changes: 2 additions & 1 deletion StagePipeline/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ pipeline {
maven "MAVEN3"
jdk "OracleJDK8"
}


environment {
SNAP_REPO = 'vprofile-snapshot'
@@ -100,7 +101,7 @@ pipeline {
)
}
}


stage('Build App Image') {
steps {