Ver Fonte

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

yazid138 há 5 dias atrás
pai
commit
35ac137265
2 ficheiros alterados com 1 adições e 2 exclusões
  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