From edf245cb9a618df2df45b2eb470f3cb4e10b41ae Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Wed, 27 Mar 2024 01:35:29 +0100 Subject: [PATCH] add sh and artifact --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index cfdcd9f..946a482 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,8 @@ pipeline { url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git", branch: "main" ) + sh './data_processing.sh' + archiveArtifacts artifacts: './*' } } }