Ver Fonte

modified jenkinsfile

xiaoct há 7 anos atrás
pai
commit
e3ed25558a
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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