diff --git a/JenkinsfileStats b/JenkinsfileStats index 1b2c744..75b8637 100644 --- a/JenkinsfileStats +++ b/JenkinsfileStats @@ -18,8 +18,8 @@ node { copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR") sh ''' #!/usr/bin/env bash - chmod 777 get_stats_simple.sh - ./get_stats_simple.sh | tee output.txt + chmod 777 get_stats.sh + ./get_stats.sh | tee output.txt ''' archiveArtifacts 'output.txt' }