sh fix
This commit is contained in:
parent
6f59995e0e
commit
d4cf33bb1d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +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 get_data_simple.sh
|
||||
sh './get_data_simple.sh'
|
||||
archiveArtifacts data_dev
|
||||
archiveArtifacts data_shuf
|
||||
archiveArtifacts data_test
|
||||
|
Loading…
Reference in New Issue
Block a user