InterviewSolution
Saved Bookmarks
| 1. |
What is the Jenkins User Content service? |
|
Answer» Jenkins has a mechanism KNOWN as "User Content", where administrators can place files inside the $JENKINS_HOME/userContent folder and these files are served from yourhost/jenkins/userContent. This can be THOUGHT of as a mini HTTP server to serve images, stylesheets, and other static resources that you can USE from various description FIELDS inside Jenkins. |
|