From d37bb740d36abdce87e7e585595d46af5aac1a6d Mon Sep 17 00:00:00 2001 From: s444417 Date: Thu, 24 Mar 2022 21:30:24 +0100 Subject: [PATCH] num lines fix --- Jenkinsfile2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 716b72a..e1051a3 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -16,8 +16,8 @@ } stage("Shell Script") { steps { - sh "chmod u+x ./script2.sh" - sh " ./script2.sh" + sh "chmod u+x ./startscript2.sh" + sh " ./startscript2.sh" archiveArtifacts 'num_lines.txt' }