diff --git a/Jenkinsfile b/Jenkinsfile index 2c4f84f..419fcce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ node { checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]]) sh ''' #!/usr/bin/env bash - chmod 777 get_data_simple.sh + chmod 777 get_data.sh ./get_data_simple.sh $CUTOFF | tee output.txt ''' archiveArtifacts "data_dev"