predict arftefacts update ls

This commit is contained in:
Filip Izydorczyk 2021-06-04 18:05:19 +02:00
parent eebf69d131
commit fcf7d19cea

2
predict/Jenkinsfile vendored
View File

@ -15,8 +15,8 @@ pipeline {
stage('Predict example value'){
steps {
sh 'ls -l'
sh 'echo "------------"'
sh 'ls -l ./prediction_data'
sh 'ls -l ./prediction_data/movies_imdb'
}
}
}