Sfoglia il codice sorgente

modified jenkinsfile

xiaoct 7 anni fa
parent
commit
e3ed25558a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -10,7 +10,6 @@ pipeline {
     stages {
     stages {
         stage('Build'){
         stage('Build'){
             steps {
             steps {
-                sh 'll'
                 sh 'npm install'
                 sh 'npm install'
             }
             }
         }
         }