diff --git a/Jenkinsfile b/Jenkinsfile index 05d6508..dfdf685 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,8 +91,7 @@ pipeline { post { always { - node { - label 'output-archive' + node('output-archive') { archiveArtifacts 'output.txt' } }