This commit is contained in:
Jakub Zaręba 2023-04-04 19:31:16 +02:00
parent abff80d031
commit 0d8d01bcfe

2
Jenkinsfile vendored
View File

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