diff --git a/Jenkinsfile2 b/Jenkinsfile2 index e2855aa..28f9188 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -24,7 +24,7 @@ ) sh "chmod u+x ./startscript2.sh" sh " ./startscript2.sh" - archiveArtifacts artifacts: 'num_lines.txt' + archiveArtifacts artifacts: 'data.txt' } } }