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

2
Jenkinsfile vendored
View File

@ -91,7 +91,9 @@ pipeline {
post { post {
always { always {
node {
archiveArtifacts 'output.txt' archiveArtifacts 'output.txt'
} }
} }
} }
}