Update 'lab6/Jenkinsfile_dataset_for_LAB6'
Some checks failed
s449288-evaluation/pipeline/head There was a failure building this commit
s449288-training/pipeline/head There was a failure building this commit

This commit is contained in:
Kacper Dudzic 2022-05-12 23:55:27 +02:00
parent 1f5de7afcd
commit 77689be812

View File

@ -7,8 +7,6 @@ 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...'