This commit is contained in:
PawelDopierala 2024-03-27 01:38:37 +01:00
parent acd9aa68d7
commit 5790f04afc

2
Jenkinsfile vendored
View File

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