fix nexus deploy

This commit is contained in:
kirill.labutin 2026-08-14 15:02:42 +03:00
parent 60c8265afc
commit 4da94338bf
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'
} }