From ddcc8cec29ceae7c3fbd4eb6de65769a150e977e Mon Sep 17 00:00:00 2001 From: Fernando Vazquez <fvazquez@nisum.com> Date: Fri, 17 Jun 2022 13:57:43 -0700 Subject: [PATCH] Added README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3a090c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +<div align="center"> + <h1>Hello Spring App</h1> + <p>Contains the hello spring app, Jenkinsfile, Dockerfile, and Helm chart for part 2 of the final project</p> +</div> + +## :wrench: Adjust Jenkinsfile + +1. Change the following values to match pipeline configuration + +- NEXUS_URL +- NEXUS_REPOSITORY +- NEXUS_CREDENTIAL_ID +- REMOTE_AGENT +- IMAGE_NAME +- DOCKER_HUB_CRED -- 2.18.1