fix nexus deploy
This commit is contained in:
parent
60c8265afc
commit
4da94338bf
|
|
@ -11,7 +11,7 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
NEXUS_URL = 'http://172.16.0.59:8081/repository/docker/'
|
NEXUS_URL = 'http://172.16.0.59:8001'
|
||||||
NEXUS_CREDENTIALS_ID = 'nexus_cred'
|
NEXUS_CREDENTIALS_ID = 'nexus_cred'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue