Przeglądaj źródła

modified jenkinsfile

xiaoct 7 lat temu
rodzic
commit
e3ed25558a
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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