Tag

Nexus

1 views collected around this technical thread.

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.

DockerJenkinsNexus
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.

DockerJenkinsNexus
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.

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

Uploading Artifacts to Third‑Party Repositories Using Nexus API and GitLab Package Registry

This guide explains how to upload build artifacts to external repositories such as Nexus and GitLab's built‑in package registry, covering authentication methods, required API parameters, curl commands for uploading and downloading packages, and CI/CD pipeline examples for Java projects.

GitLabNexusartifact upload
0 likes · 5 min read
Uploading Artifacts to Third‑Party Repositories Using Nexus API and GitLab Package Registry
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.

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

Uploading Build Artifacts to Third‑Party Repositories (Nexus and GitLab)

This guide explains how to upload build artifacts to external repositories by using Nexus API for Maven artifacts and GitLab's generic package registry, covering authentication methods, required parameters, curl commands, and CI/CD job examples for automated publishing.

GitLabNexusartifact upload
0 likes · 6 min read
Uploading Build Artifacts to Third‑Party Repositories (Nexus and GitLab)
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.

JenkinsNexusartifact repository
0 likes · 9 min read
Uploading and Managing Artifacts in Nexus with Maven, Jenkins Plugin, and REST API
DevOps Cloud Academy
DevOps Cloud Academy
Jun 20, 2020 · Operations

Setting Up Jenkins CI with Nexus Repository Manager and Maven Pipeline

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

DockerJenkinsNexus
0 likes · 8 min read
Setting Up Jenkins CI with Nexus Repository Manager and Maven Pipeline
DevOps Cloud Academy
DevOps Cloud Academy
Jun 15, 2020 · Cloud Native

Understanding Helm: Benefits, Core Concepts, and Using Helm with Docker and Nexus for CI/CD

This article explains why Helm is essential for managing Kubernetes applications, describes its core concepts of charts, releases, and repositories, and provides a step‑by‑step guide to integrating Helm with Docker and Sonatype Nexus in a CI/CD pipeline, including practical commands and code examples.

Cloud NativeDockerHelm
0 likes · 10 min read
Understanding Helm: Benefits, Core Concepts, and Using Helm with Docker and Nexus for CI/CD
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.

ArtifactoryDockerGroovy
0 likes · 8 min read
Integrating Jenkins with Nexus and Artifactory for Artifact Upload and Deployment
DevOps Cloud Academy
DevOps Cloud Academy
Nov 11, 2019 · Operations

Why Does a Build That Works Locally Fail on the CI Platform? Lessons on Maven Dependency Management and AI‑Assisted DevOps

The article analyses frequent Jenkins build failures caused by missing or outdated Maven dependencies, explains why they succeed locally but fail on CI, and proposes an AI‑driven dependency management feature for DevOps platforms to automatically detect and guide users toward proper artifact deployment.

AINexusci/cd
0 likes · 9 min read
Why Does a Build That Works Locally Fail on the CI Platform? Lessons on Maven Dependency Management and AI‑Assisted DevOps
DevOps Cloud Academy
DevOps Cloud Academy
Jul 5, 2019 · Operations

CI/CD Pipeline with Jenkins, Maven, and Nexus for a Spring Boot Project

This guide explains how developers can commit code, update the Maven pom, use Jenkins to read the pom, upload artifacts to Nexus, and retrieve the latest package URL, illustrating a complete CI/CD workflow for a Spring Boot application.

JenkinsNexusSpring Boot
0 likes · 3 min read
CI/CD Pipeline with Jenkins, Maven, and Nexus for a Spring Boot Project
360 Quality & Efficiency
360 Quality & Efficiency
Jun 25, 2018 · Backend Development

Compiling and Running Nexus Source Code and Understanding Its Local Storage

This article explains how to download, configure, and compile the Nexus repository manager from source, then details the structure and strategy of its local storage directories, providing insights into its blob, cache, database, and other components.

CompilationLocal StorageNexus
0 likes · 5 min read
Compiling and Running Nexus Source Code and Understanding Its Local Storage
360 Quality & Efficiency
360 Quality & Efficiency
Jan 26, 2018 · Backend Development

An Overview of Nexus Repository Manager and Its Features

This article introduces the Nexus Repository Manager, explains its role in modern software development pipelines, outlines its core features such as multi‑language package support, proxy caching, private repositories, blob storage, API access via Swagger, and describes its Java‑based architecture and extensible plugin system.

Artifact ManagementJavaNexus
0 likes · 6 min read
An Overview of Nexus Repository Manager and Its Features