Tag

artifact repository

0 views collected around this technical thread.

vivo Internet Technology
vivo Internet Technology
May 29, 2024 · Operations

vivo CICD Artifact Management: Evolution and Implementation Practices

vivo’s CICD artifact management has evolved from manual builds to a comprehensive Platform Management 2.0 that provides unified storage, multi‑type support, version control, promotion, security scanning, lifecycle policies, and fine‑grained access, dramatically reducing errors and operational costs.

Artifact ManagementArtifact PromotionCICD
0 likes · 15 min read
vivo CICD Artifact Management: Evolution and Implementation Practices
DevOps Cloud Academy
DevOps Cloud Academy
Feb 4, 2024 · Operations

Setting Up Jenkins CI with Nexus Repository for Maven Artifact Management

This guide walks through installing Jenkins and Nexus via Docker, configuring a Maven hosted repository in Nexus, setting up Jenkins credentials and plugins, and creating a Jenkins pipeline that builds a Maven project and publishes its artifacts to Nexus, enabling automated CI/CD for Java applications.

JenkinsNexusPipeline
0 likes · 8 min read
Setting Up Jenkins CI with Nexus Repository for Maven Artifact Management
DevOps Cloud Academy
DevOps Cloud Academy
May 26, 2023 · Operations

How to Set Up Jenkins CI with Nexus Repository Manager for Maven Artifact Management

This guide walks you through installing Jenkins and Nexus via Docker, configuring a Maven hosted repository in Nexus, adding necessary Jenkins plugins and credentials, and creating a Jenkins pipeline that builds a Java project and publishes its artifacts to Nexus, enabling automated CI/CD for your applications.

DevOpsJenkinsNexus
0 likes · 9 min read
How to Set Up Jenkins CI with Nexus Repository Manager for Maven Artifact Management
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 15, 2022 · Operations

Understanding Artifact Repositories and How to Install Docker Registry, Nexus, and Harbor

This article explains what an artifact repository is, compares popular solutions such as Nexus, Harbor, and Docker Registry, and provides step‑by‑step instructions for installing and using a Docker Registry, including common issues and troubleshooting tips for DevOps teams.

DevOpsHarborNexus
0 likes · 13 min read
Understanding Artifact Repositories and How to Install Docker Registry, Nexus, and Harbor
DevOps Cloud Academy
DevOps Cloud Academy
Jun 5, 2022 · Operations

Storing Build Dependencies in an Artifact Repository for Stable Builds

The article explains why and how to store external libraries and tools in a private artifact repository, isolate builds from the internet, and verify build stability by testing offline pipelines, emphasizing the importance of managing dependencies for reliable DevOps processes.

DevOpsartifact repositorybuild
0 likes · 3 min read
Storing Build Dependencies in an Artifact Repository for Stable Builds
DevOps Cloud Academy
DevOps Cloud Academy
Dec 20, 2021 · Operations

Setting Up Jenkins CI with Nexus Repository Manager for Maven Artifact Management

This guide walks through installing Jenkins and Nexus Repository Manager with Docker, configuring a Maven hosted repository, adding Nexus credentials and Maven tools in Jenkins, and creating a Jenkins pipeline that builds a Java project and publishes its artifacts to Nexus, illustrating a complete CI/CD workflow.

JenkinsNexusPipeline
0 likes · 8 min read
Setting Up Jenkins CI with Nexus Repository Manager for Maven Artifact Management
DevOps Cloud Academy
DevOps Cloud Academy
Oct 11, 2021 · Operations

Uploading and Managing Artifacts in Nexus with Maven, Jenkins Plugin, and REST API

This guide explains how to store, upload, and retrieve build artifacts using Nexus repository manager through its UI, Maven configuration, Jenkins Nexus Artifact Uploader plugin, custom pipeline functions, and direct REST API calls, including download examples with curl and wget.

DevOpsJenkinsNexus
0 likes · 9 min read
Uploading and Managing Artifacts in Nexus with Maven, Jenkins Plugin, and REST API
DevOps Cloud Academy
DevOps Cloud Academy
Jul 5, 2021 · Operations

Storing Build Dependencies for Stable CI/CD Pipelines

Ensuring that all build dependencies—including external libraries, Docker base images, and command‑line utilities—are stored in a controlled artifact repository and testing builds without internet access helps maintain pipeline stability by preventing failures caused by missing or unavailable external resources.

DevOpsOperationsartifact repository
0 likes · 3 min read
Storing Build Dependencies for Stable CI/CD Pipelines
DevOps Engineer
DevOps Engineer
Nov 5, 2020 · Operations

Understanding JFrog Artifactory: Features, Advantages, and Best Practices for Artifact Management

This article introduces JFrog Artifactory, explains its role as a universal artifact repository, outlines its key advantages such as multi‑format support, CI/CD integration, powerful search, lifecycle management, and provides practical guidance on repository naming, permissions, retention policies, and workflow best practices.

ArtifactoryBuild LifecycleDevOps
0 likes · 12 min read
Understanding JFrog Artifactory: Features, Advantages, and Best Practices for Artifact Management
Efficient Ops
Efficient Ops
Jul 19, 2020 · Operations

How Capital One Built a Single Trusted Artifact Repository with JFrog Artifactory

This article explains Capital One’s data‑driven approach to creating a single trusted source for all internal software artifacts using JFrog Artifactory, detailing the motivations, implementation steps, release workflow, and the operational benefits achieved.

DevOpsJFrog ArtifactorySecurity Scanning
0 likes · 9 min read
How Capital One Built a Single Trusted Artifact Repository with JFrog Artifactory
DevOps Cloud Academy
DevOps Cloud Academy
Feb 21, 2020 · Operations

Integrating Jenkins with Nexus and Artifactory for Artifact Upload and Deployment

This guide explains how to deploy Nexus with Docker, define component concepts, configure Maven settings, and use Jenkins pipelines—both script‑based and Nexus plugin—to upload and publish artifacts to Nexus and Artifactory, including API scripts and naming conventions for repository management.

ArtifactoryGroovyJenkins
0 likes · 8 min read
Integrating Jenkins with Nexus and Artifactory for Artifact Upload and Deployment
DevOps Cloud Academy
DevOps Cloud Academy
Oct 20, 2019 · Operations

Deploying a Container Build Resource Pool and Optimizing Jenkins Shared Library for CI/CD

This article shares a DevOps engineer's practical experience of deploying a container‑based build resource pool on OpenShift, managing an artifact repository, and optimizing Jenkins shared libraries with parameterized pipelines to improve CI/CD efficiency and reliability.

ContainerDevOpsJenkins
0 likes · 6 min read
Deploying a Container Build Resource Pool and Optimizing Jenkins Shared Library for CI/CD