predict arftefacts update

This commit is contained in:
Filip Izydorczyk 2021-06-04 18:02:03 +02:00
parent 5691d0f3eb
commit eebf69d131

6
predict/Jenkinsfile vendored
View File

@ -8,15 +8,15 @@ pipeline {
script {
step ([$class: 'CopyArtifact',
projectName: 's430705-training/master',
filter: 'movies_imdb/**',
target: 'datasets'])
target: 'prediction_data'])
}
}
}
stage('Predict example value'){
steps {
sh 'ls -l'
sh 'echo "------------"'
sh 'ls -l ./prediction_data'
}
}
}