diff --git a/Jenkinsfile b/Jenkinsfile index ca060b6..a5e290a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,6 +15,7 @@ pipeline { stage("Shell Script") { steps { sh "chmod u+x ./startscript.sh" + archiveArtifacts 'data.txt' } } }