Sfoglia il codice sorgente

更新 'Jenkinsfile'

sifu-gogs 2 anni fa
parent
commit
08a0e0da37
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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