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

4
Jenkinsfile vendored
View File

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