From b1fbaaeaad61499c710f01936273b1fedbe43e90 Mon Sep 17 00:00:00 2001 From: s434695 Date: Sun, 28 Mar 2021 22:39:29 +0200 Subject: [PATCH] fix --- dataset_stats/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dataset_stats/Jenkinsfile b/dataset_stats/Jenkinsfile index e00d212..41d8cde 100644 --- a/dataset_stats/Jenkinsfile +++ b/dataset_stats/Jenkinsfile @@ -12,8 +12,8 @@ pipeline { copyArtifacts fingerprintArtifacts: true, projectName: 's434695-create-dataset', selector: buildParameter('BUILD_SELECTOR') - sh "chmod +x ./stats.sh" - sh "./stats.sh" + sh "chmod +x dataset_stats/stats.sh" + sh "dataset_stats/stats.sh" archiveArtifacts "stats.txt" } }