Merge branch 'master' of https://git.wmi.amu.edu.pl/s449288/ium_s449288
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
s449288-training/pipeline/head This commit looks good

This commit is contained in:
Kacper 2022-05-12 23:46:22 +02:00
commit 1f5de7afcd

View File

@ -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...'