Explorar o código

edited jenkinsfile for registry-mirrors

xiaoct %!s(int64=7) %!d(string=hai) anos
pai
achega
8101d43ffb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -2,7 +2,7 @@ pipeline {
     agent {
         docker {
             image 'node'
-            args '-p 80:80'
+            args '-p 80:80 --registry-mirror=https://registry.docker-cn.com daemon'
         }
     }
     stages {