Selaa lähdekoodia

edited jenkinsfile for registry-mirrors

xiaoct 7 vuotta sitten
vanhempi
commit
8101d43ffb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {