add sh and artifact

This commit is contained in:
PawelDopierala 2024-03-27 01:35:29 +01:00
parent 00447f2f87
commit edf245cb9a

2
Jenkinsfile vendored
View File

@ -8,6 +8,8 @@ pipeline {
url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git",
branch: "main"
)
sh './data_processing.sh'
archiveArtifacts artifacts: './*'
}
}
}