Jenkins command to display all file in directory? Jenkins command to display all file in directory? jenkins jenkins

Jenkins command to display all file in directory?


Just dir no ${workspace}

bat 'dir' in a pipeline script.

Select a "execute batch command" option and write the commands you want to execute in there.

Then check the console output of the build which was successful.