Deploy & Download Artifact to Nexus Using Jenkins :
STEPS : # NEXUS3 INSTALLATION by shell commands sudo apt install openjdk-8-jdk -y cd /opt wget https://download.sonatype.com/nexus/3/nexus-3.59.0-01-unix.tar.gz tar -xvf nexus-3.59.0-01-unix.tar.gz # Create user nexus adduser nexus chown -R nexu...
Jan 31, 20243 min read54

