This commit is contained in:
Jakub Zaręba 2023-04-04 19:41:41 +02:00
parent b5cb1a97aa
commit b99f1554bc

3
Jenkinsfile vendored
View File

@ -91,8 +91,7 @@ pipeline {
post { post {
always { always {
node { node('output-archive') {
label 'output-archive'
archiveArtifacts 'output.txt' archiveArtifacts 'output.txt'
} }
} }