diff --git a/Jenkinsfile b/Jenkinsfile index 419fcce..f410356 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ node { sh ''' #!/usr/bin/env bash chmod 777 get_data.sh - ./get_data_simple.sh $CUTOFF | tee output.txt + ./get_data.sh $CUTOFF | tee output.txt ''' archiveArtifacts "data_dev" archiveArtifacts "data_shuf"