© 2023 Hashnode
#nexus
To install Nexus Repository Manager on Ubuntu, you can follow these steps: Prerequisites: Ensure that you have Java Development Kit (JDK) installed on your Ubuntu system. Nexus Repository Manager requires Java to run. You can install OpenJ…
Automating Continuous Integration project, where each and every commit will build, test and generate artifact using the Jenkins, Nexus and SonarQube server and also every commit result will be notifie…
Step-1: Install Docker sudo apt update sudo apt install docker.io Step-2: Pull the nexus image from Docker: sudo docker pull sonatype/nexus3 Step-3: Run the Nexus Container sudo docker run -d -p 8081:8081 -p 8083:8083 --name nexus sonatyp…
Introduction 👋 Hello everyone! This is a full-stack tutorial on how to build a Sticky Note app using GraphQL, React, and TypeScript. GraphQL is a modern and advanced way of creating APIs that provide…
Introduction Hello again! This article is the second part of a series titled, "Learn Fullstack Web Development with React and GraphQL by building a Sticky Note app". In the first part of the series, w…
Introduction In the previous blog, we learned how to push images to a docker hub repository using a Jenkins pipeline. In this blog, we'll learn how to push images to a docker-hosted repository on Nexu…
This is the part of my Devops learning journey. Setup Nexus Server in DigitalOcean We use Digitalocean for the demo experiments. Environment: Ubuntu 22.10 Size: 8GB / 4 CPUs SSH for connection ap…
Created a new Droplet Before creating a Droplet let's first understand what is Digital Ocean and Droplet. DigitalOcean is a cloud hosting provider that offers cloud computing services and Infrastruct…
What is Blob storage ? When we upload our jar file, components, assets and meta data file to the Nexus repository, they all get stored in Blob store. In simple words, Blob store is Nexus storage to …
What is Artifact ? In DevOps artifact is a by-product produced during the software development process. It may consist of the project source code, dependencies, binaries or resources, and could be rep…