Skip to content

Commit

Permalink
Update Creating CICD Pipelines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadMKhan authored Jun 25, 2024
1 parent 5135ab7 commit bca272b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PHASE-3/Creating CICD Pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,13 +431,15 @@ trivy --version
- **Paste it under the NOTE** as shown in the picture below:
![Nexus-setting-2](https://github.com/FahadMKhan/BoardgameListingWebApp/assets/97802721/fcea7679-bf72-4b79-8bb7-8a4eea43906c)
- Add the credentials for accessing Nexus:
Note that one credential is for maven-releases and the other is for maven-snapshots.
```xml
<servers>
<server>
<id>maven-releases</id>
<username>your-username</username>
<password>your-password</password>
</server>

<server>
<id>maven-snapshots</id>
<username>your-username</username>
Expand Down

0 comments on commit bca272b

Please sign in to comment.