Jfrog Assignment – Palmeto_User03

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOps School!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

What are the Top maven goals we have?

Here are some of the goals:
compile 
test compile
test 
install
deploy

What are the Ports being used in Artifactory and why? Create a table and describe it.

8081 & 8082
Default version of artifactory is 8081 to serve traffic.
Web Ui is accessible via port 8082.Code language: PHP (php)

Find out which maven goal help you to upload a artifact?

mvn deploy

Find out which gradle tasks help you to upload a artifact?

gradleTask :artifactoryPublish Code language: CSS (css)