Skip to content

Commit 593f6fa

Browse files
committed
codepipeline work finished
1 parent 99d9fa5 commit 593f6fa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

images/codepipeline-status.png

188 KB
Loading

readme.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,14 @@ Click on `Create stack` to create the resources.
654654
=== View CodePipeline
655655

656656
. Once the stack creation is complete, open https://us-west-2.console.aws.amazon.com/codesuite/codepipeline/pipelines?region=us-west-2#[CodePipeline in the AWS Console].
657+
. Select the pipeline and wait for the pipeline status to complete:
658+
+
659+
image::images/codepipeline-status.png[]
660+
+
661+
. Access the service:
662+
663+
curl http://$(kubectl get svc/greeting -n default \
664+
-o jsonpath='{.status.loadBalancer.ingress[0].hostname}'):8080/hello
657665

658666

659667
== Deployment Pipeline using Jenkins X

0 commit comments

Comments
 (0)