From 8fc2e02e7477e993a888d5292e6de154b0c64c2b Mon Sep 17 00:00:00 2001 From: ulaniuk Date: Sun, 3 Apr 2022 22:36:13 +0200 Subject: [PATCH] asdadsdas --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 082513f..e10dc00 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,14 +38,18 @@ pipeline { sh 'docker build -t ium .' } } - stage("Data Preparation") { + stage("Data Preparation") { steps { + sh 'echo "PREPARATION"' + sh "chmod u+x ./preparation.sh" sh "./preparation.sh" archiveArtifacts 'KaggleV2-May-2016.csv' } } stage("Statistics") { steps { + sh 'echo "STATISTICS"' + sh "chmod u+x ./statistics.sh" sh "./statistics.sh" archiveArtifacts 'statistics.csv' }