This commit is contained in:
PawelDopierala 2024-03-27 01:13:04 +01:00
parent 6c353f2051
commit a503fbe86e
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -5,8 +5,6 @@ pipeline {
stage('Stage 1') {
steps {
git url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git"
sh './data_processing.sh'
archiveArtifacts artifacts: './*'
}
}
}