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' } }