This commit is contained in:
Jakub Zaręba 2023-04-04 19:34:59 +02:00
parent 0d8d01bcfe
commit 086d9a2c02

4
Jenkinsfile vendored
View File

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