diff --git a/Jenkinsfile b/Jenkinsfile index acb00b9..4756221 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,9 @@ pipeline { post { always { - archiveArtifacts 'output.txt' + node { + archiveArtifacts 'output.txt' + } } } } \ No newline at end of file