mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Private notes
This commit is contained in:
parent
711e0f0fd6
commit
449d1730c9
2 changed files with 13 additions and 0 deletions
5
Notes/Checkstyle.md
Normal file
5
Notes/Checkstyle.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Checkstyle info
|
||||||
|
|
||||||
|
[Great video about how iut works and how to configure this plugin](https://www.youtube.com/watch?v=zo3zyyo7Vkw&ab_channel=LeanStacks)
|
||||||
|
|
||||||
|
Reports are at: /build/reports/checkstyle/*
|
8
Notes/Creating pipeline.md
Normal file
8
Notes/Creating pipeline.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Steps to creaet jenkins pipeline
|
||||||
|
|
||||||
|
1. Set credentials for Github/Docker/Nexus etc. **GitHub Tokens** shloud have premissions to hooks and commit status
|
||||||
|
2. If publish servers are needed - install publish over SSH plugin
|
||||||
|
3. Configure SSH Servers in Jenkins configuration (from Publish Over SSH plugin) to prod/test etc. **Name** is important for pipeline script!
|
||||||
|
4. Set credentials for these servers - ssh-keygen, then copy private key to jenkins/username + password. **ID** is importat for pipeline script!
|
||||||
|
5. Configure MultiBranch Pipeline to watch over code commits with GitHub creds on certain branches.
|
||||||
|
6. Configure Jenkinsfile pipeline
|
Loading…
Reference in a new issue