diff --git a/Jenkinsfile b/Jenkinsfile index 4756221..05d6508 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -92,6 +92,7 @@ pipeline { post { always { node { + label 'output-archive' archiveArtifacts 'output.txt' } }