chmod
This commit is contained in:
parent
edf245cb9a
commit
acd9aa68d7
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -8,6 +8,7 @@ pipeline {
|
|||||||
url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git",
|
url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git",
|
||||||
branch: "main"
|
branch: "main"
|
||||||
)
|
)
|
||||||
|
sh 'chmod 777 ./data_download.sh'
|
||||||
sh './data_processing.sh'
|
sh './data_processing.sh'
|
||||||
archiveArtifacts artifacts: './*'
|
archiveArtifacts artifacts: './*'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user