diff --git a/Jenkinsfile b/Jenkinsfile index 76236a6..3f78e68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,8 @@ pipeline { stages { stage('Build') { steps { + sh 'pwd' + sh 'ls' // sh 'npm install' // sh 'npm run build' } @@ -20,7 +22,6 @@ pipeline { steps{ echo "====== its a dev!!! ======" - sh 'pwd' } }