feat(ci): archive artifacts from ci build

This commit is contained in:
andreas 2019-05-13 20:29:12 +02:00
parent 4ef522ebd2
commit b6c8a2e9b0

6
Jenkinsfile vendored
View File

@ -7,4 +7,10 @@ pipeline {
} }
} }
} }
post {
success {
archiveArtifacts artifacts: 'target/debug/telegram-leetbot', fingerprint: true
}
}
} }