diff --git a/lab2/Jenkinsfile_dataset_stats b/lab2/Jenkinsfile_dataset_stats index 553e456..069e1cc 100644 --- a/lab2/Jenkinsfile_dataset_stats +++ b/lab2/Jenkinsfile_dataset_stats @@ -8,6 +8,7 @@ pipeline { stage('docker') { steps { sh ''' + ls -lah python3 python_script.py >> stats.txt ''' }