diff --git a/Jenkinsfile b/Jenkinsfile index afe3292..7d22614 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,6 +37,7 @@ pipeline { echo 'Goodbye!' //Zarchiwizuj wynik archiveArtifacts 'output.txt' + archiveArtifacts 'ls.txt' } } }