Skip to content

Commit e57875f

Browse files
committed
nex change
1 parent fbaeb7c commit e57875f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pipeline {
33
agent any
44
/*
55
tools {
6-
maven "maven3"
6+
maven "MAVEN3.8"
77
}
88
*/
99
environment {
1010
NEXUS_VERSION = "nexus3"
1111
NEXUS_PROTOCOL = "http"
12-
NEXUS_URL = "172.31.40.209:8081"
12+
NEXUS_URL = "IP:8081"
1313
NEXUS_REPOSITORY = "vprofile-release"
1414
NEXUS_REPO_ID = "vprofile-release"
1515
NEXUS_CREDENTIAL_ID = "nexuslogin"

0 commit comments

Comments
 (0)