Update 'lab6/Jenkinsfile_dataset_for_LAB6'

This commit is contained in:
Kacper Dudzic 2022-05-12 23:26:11 +02:00
parent 660d5052f5
commit b69adfafc6

View File

@ -7,8 +7,8 @@ pipeline {
stages {
stage('Stage 1') {
steps {
sh 'ls - lh'
sh 'ls - lh */'
sh 'ls -lh'
sh 'ls -lh */'
sh 'cd lab6/'
sh 'chmod u+x process_dataset.py'
echo 'Processing dataset...'