This commit is contained in:
Jakub Zaręba 2023-04-04 20:09:47 +02:00
parent 80fdcdb151
commit 9973cd6919

6
Jenkinsfile vendored
View File

@ -85,11 +85,9 @@ pipeline {
echo 'Program ended!'
}
}
}
post {
always {
node('linux') {
stage('Archive Artifact') {
steps {
archiveArtifacts 'output.txt'
}
}