소스 검색

Merge branch 'master' of https://009-sidali.kemdiktisaintek.go.id/appsptb/ptb-be

yazid138 5 일 전
부모
커밋
35ac137265
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Jenkinsfile
  2. 0 1
      app.js

+ 1 - 1
Jenkinsfile

@@ -10,7 +10,7 @@ node {
   def registryCredential
   try {
     // environment {
-      registryAddress = "http://registry.sidali-prod.vertibiz.com"
+      registryAddress = "https://000-sidali.kemdiktisaintek.go.id"
       registryCredential = 'DockerRegistry-ID'
     // }
 

+ 0 - 1
app.js

@@ -34,5 +34,4 @@ app.use((err, req, res, next) => {
   }
 })
 
-
 module.exports = app