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?
✗ Incorrect
External artifact repositories store and manage build outputs for reuse and sharing.
Which Jenkins feature helps upload artifacts to Nexus or Artifactory?
✗ Incorrect
Jenkins uses plugins or scripts to deploy artifacts to external repositories.
Which artifact format is NOT typically stored in Nexus or Artifactory?
✗ Incorrect
HTML pages are usually served directly, not stored as artifacts in these repositories.
Why is artifact versioning important?
✗ Incorrect
Versioning helps track changes and manage multiple artifact versions.
Which of these is a popular external artifact repository?
✗ Incorrect
Nexus is a widely used artifact repository; Jenkins is a CI tool, GitHub is for source code, Docker Hub is for container images.
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.