wuheng 2 年 前
コミット
cf7a6bd62c
1 ファイル変更4 行追加3 行削除
  1. 4 3
      Jenkinsfile

+ 4 - 3
Jenkinsfile

@@ -12,9 +12,10 @@ pipeline {
                 }
             }
             steps {
-                docker.image('node:16-alpine') { c ->
-                    sh 'docker -v'
-                }
+                checkout scm
+                /*docker.image('node:16-alpine') { c ->*/
+                /*    sh 'docker -v'*/
+                /* }*/
                 sh 'dockerio -v'
                 /* sh 'docker-compose down' */
                 /* sh 'npm install --registry https://registry.npm.taobao.org' */