Explorar o código

更新 'Jenkinsfile'

sifu-gogs %!s(int64=2) %!d(string=hai) anos
pai
achega
593b673b45
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Jenkinsfile

+ 3 - 0
Jenkinsfile

@@ -8,6 +8,9 @@ pipeline {
             steps {
 				sh 'docker-compose down'
                 nodejs('16.17.0') {
+                    sh 'npm -v'
+                    sh 'node -v'
+                    sh 'yarn -v'
                     sh 'npm install yarn -g --registry https://registry.npm.taobao.org'
                     sh 'yarn config set registry https://registry.npm.taobao.org/'
                     sh 'yarn install'