This commit is contained in:
Jakub Zaręba 2023-04-04 20:05:18 +02:00
parent e011e35e16
commit 80fdcdb151

2
Jenkinsfile vendored
View File

@ -89,7 +89,7 @@ pipeline {
post {
always {
node('output-archive') {
node('linux') {
archiveArtifacts 'output.txt'
}
}