0
0
Jenkinsdevops~5 mins

External artifact repositories (Nexus, Artifactory) in Jenkins - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an external artifact repository like Nexus or Artifactory?
It is a storage system where built files (artifacts) like libraries or packages are saved and shared for use in software projects.
Click to reveal answer
beginner
Why use an external artifact repository in Jenkins pipelines?
To store build outputs safely, share them with other teams, and manage versions easily without rebuilding everything from scratch.
Click to reveal answer
intermediate
How does Jenkins interact with Nexus or Artifactory?
Jenkins uses plugins or scripts to upload (deploy) and download (fetch) artifacts during build and deployment steps.
Click to reveal answer
beginner
What is a common format for artifacts stored in Nexus or Artifactory?
Common formats include JAR, WAR, ZIP, Docker images, and npm packages depending on the project type.
Click to reveal answer
intermediate
What is the benefit of versioning artifacts in repositories like Nexus?
Versioning helps track changes, roll back to previous versions, and avoid conflicts between different builds or teams.
Click to reveal answer
What is the main purpose of an external artifact repository?
AMonitor server health
BRun Jenkins pipelines
CStore and manage build artifacts
DWrite source code
Which Jenkins feature helps upload artifacts to Nexus or Artifactory?
ABuild triggers
BPlugins or scripted steps
CSource code editor
DTest runners
Which artifact format is NOT typically stored in Nexus or Artifactory?
Anpm packages
BDocker images
CJAR files
DHTML web pages
Why is artifact versioning important?
ATo track and manage different builds
BTo speed up Jenkins UI
CTo write better code
DTo monitor CPU usage
Which of these is a popular external artifact repository?
ANexus
BGitHub
CJenkins
DDocker Hub
Explain how Jenkins uses external artifact repositories like Nexus or Artifactory in a build pipeline.
Think about how Jenkins saves and retrieves files during builds.
You got /4 concepts.
    Describe the benefits of using an external artifact repository in software development.
    Consider how teams collaborate and reuse build outputs.
    You got /4 concepts.