diff --git a/Jenkinsfile b/Jenkinsfile
index 93b71e1..6953cc5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -13,8 +13,8 @@ pipeline {
                 
                 bat '''
                     echo "build react ..."
-                    pwd 
-                    ls -l build 
+                    echo %cd%
+                    dir build
                 '''
             }
         }