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

4
Jenkinsfile vendored
View File

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