From 80fdcdb151de963b5215046e325753fee77f7da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Tue, 4 Apr 2023 20:05:18 +0200 Subject: [PATCH] asdf --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b505135..11a5052 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -89,7 +89,7 @@ pipeline { post { always { - node('output-archive') { + node('linux') { archiveArtifacts 'output.txt' } }