Browse Source

remove cd

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

4
Jenkinsfile

@ -12,10 +12,8 @@ pipeline {
} }
bat ''' bat '''
dir
echo %cd%
dir build
echo %cd% echo %cd%
dir
''' '''
} }
} }

Loading…
Cancel
Save