Parcourir la source

modified jenkinsfile

xiaoct il y a 7 ans
Parent
commit
e3ed25558a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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