This commit is contained in:
Jakub Zaręba 2023-04-04 19:40:39 +02:00
parent 11d77b707e
commit b5cb1a97aa

1
Jenkinsfile vendored
View File

@ -92,6 +92,7 @@ pipeline {
post {
always {
node {
label 'output-archive'
archiveArtifacts 'output.txt'
}
}