This commit is contained in:
Jakub Zaręba 2023-04-04 19:41:41 +02:00
parent b5cb1a97aa
commit b99f1554bc

3
Jenkinsfile vendored
View File

@ -91,8 +91,7 @@ pipeline {
post {
always {
node {
label 'output-archive'
node('output-archive') {
archiveArtifacts 'output.txt'
}
}