chmod script
This commit is contained in:
parent
d4cf33bb1d
commit
c85e947ae2
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,6 +4,7 @@ pipeline {
|
||||
stage('Clone repo') {
|
||||
steps {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
||||
sh 'chmod 777 get_data_simple.sh'
|
||||
sh './get_data_simple.sh'
|
||||
archiveArtifacts data_dev
|
||||
archiveArtifacts data_shuf
|
||||
|
Loading…
Reference in New Issue
Block a user