Update 'lab7/Jenkinsfile_train'

This commit is contained in:
Kacper Dudzic 2022-05-05 22:44:31 +02:00
parent 464ada76f2
commit 9be45769cf

View File

@ -15,7 +15,6 @@ pipeline {
stage('Stage 1') {
steps {
sh 'chmod u+x ./simple_regression_lab7.py'
sh 'cat simple_regression.py'
echo 'Copying datasets from create-dataset...'
copyArtifacts filter: '*', projectName: 's449288-create-dataset'
echo 'Datasets copied'