소스 검색

jenkins to production

yazid138 3 년 전
부모
커밋
3eebb90fac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -10,7 +10,7 @@ node {
   def registryCredential
   try {
     // environment {
-      registryAddress = "https://registry.dev-sidali.sixsenz.net"
+      registryAddress = "https://registry.sidali.sixsenz.net"
       registryCredential = 'DockerRegistry-ID'
     // }