[nostalgia/jenkins/gba] Add artifact

This commit is contained in:
Gary Talent 2020-06-13 22:32:34 -05:00
parent 228b6dd031
commit 18166f6123

View File

@ -41,4 +41,9 @@ pipeline {
} }
} }
} }
post {
always {
archiveArtifacts artifacts: 'nostalgia.gba', fingerprint: true
}
}
} }