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: './*' } } }