diff --git a/lab6/Jenkinsfile_dataset_for_LAB6 b/lab6/Jenkinsfile_dataset_for_LAB6 index c4f3663..47e145d 100644 --- a/lab6/Jenkinsfile_dataset_for_LAB6 +++ b/lab6/Jenkinsfile_dataset_for_LAB6 @@ -7,6 +7,8 @@ pipeline { stages { stage('Stage 1') { steps { + sh 'ls - lh' + sh 'ls - lh */' sh 'cd lab6/' sh 'chmod u+x process_dataset.py' echo 'Processing dataset...'