Skip to content

Commit

Permalink
nex change
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhcoder committed Oct 24, 2024
1 parent fbaeb7c commit e57875f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pipeline {
agent any
/*
tools {
maven "maven3"
maven "MAVEN3.8"
}
*/
environment {
NEXUS_VERSION = "nexus3"
NEXUS_PROTOCOL = "http"
NEXUS_URL = "172.31.40.209:8081"
NEXUS_URL = "IP:8081"
NEXUS_REPOSITORY = "vprofile-release"
NEXUS_REPO_ID = "vprofile-release"
NEXUS_CREDENTIAL_ID = "nexuslogin"
Expand Down

0 comments on commit e57875f

Please sign in to comment.