diff --git a/JenkinsfileDatasetStats b/JenkinsfileDatasetStats index 39c788d..151f29a 100644 --- a/JenkinsfileDatasetStats +++ b/JenkinsfileDatasetStats @@ -13,7 +13,6 @@ pipeline{ steps { checkout scmGit( branches: [[name: '*/master']], - extensions: [cleanBeforeCheckout()], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s458023/ium_458023.git']] ) } @@ -42,5 +41,8 @@ pipeline{ } } } + sh './wines_train.py + sh 'predict.py' + archiveArtifacts 'my_runs/**' } } \ No newline at end of file