From 4ddf9c539690ae7de2fdda3bdc2db7a4a80f402a Mon Sep 17 00:00:00 2001 From: Mateusz Kuc Date: Fri, 30 Jun 2023 19:52:00 +0200 Subject: [PATCH] added sh commands --- JenkinsfileDatasetStats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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