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' }