Explorar el Código

更新 'Jenkinsfile'

sifu-gogs hace 2 años
padre
commit
7988ef6104
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -7,7 +7,7 @@ pipeline {
         stage('Build') {
             steps {
 				sh 'docker-compose down'
-                nodejs('19.6.0') {
+                nodejs('17.9.1') {
                     sh 'npm install yarn -g --registry https://registry.npm.taobao.org'
                     sh 'yarn config set registry https://registry.npm.taobao.org/'
                     sh 'yarn install'