This commit is contained in:
Jakub Zaręba 2023-04-04 19:29:40 +02:00
parent 1fd50e7814
commit abff80d031

2
Jenkinsfile vendored
View File

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