Browse Source

Updated commands to be windows ones

main
william 5 days ago
parent
commit
df3c5572af
  1. 4
      Jenkinsfile

4
Jenkinsfile

@ -13,8 +13,8 @@ pipeline {
bat ''' bat '''
echo "build react ..." echo "build react ..."
pwd
ls -l build
echo %cd%
dir build
''' '''
} }
} }

Loading…
Cancel
Save