Artifactory/JFROG Configuration
- Configuring Artifactory Settings in Jenkins
- Navigate to Configure Sytem => JFROG
-
Now Lets create a maven project for spring petclinic. For configuration refer previous classroom screenshots
- Declarative Pipeline for doing the same Refer Here
- Scripted Pipeline for jenkins Refer Here
- Refer Here for the repo maintained by jfrog to work with multiple technologies
- Refer Here for the artificatory specific steps that get added to jenkins after Artifactory plugin installation.
- Refer Here for the pipeline changeset
- Refer Here for the fix done, There was no need to define the artifactory server as it is already defined in System Settings.
- Refer Here for downloading and install artifactory/jfrog opensource.
Static Code Analysis
- Refer Here for the previous blog about sonar qube
- Create the token in the sonar cloud
- Refer Here for the pipeline steps
- To be continued in the next session
