From abff80d03132ae9e1d116348a28df2a7b9650639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Tue, 4 Apr 2023 19:29:40 +0200 Subject: [PATCH] sdfgh --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5ef7f44..40fc3f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -90,7 +90,9 @@ pipeline { post { always { - archiveArtifacts 'output.txt' + node { + archiveArtifacts 'output.txt' + } } } } \ No newline at end of file