From 225569920f15cf6a9a3b19bb55ae685ffe55204b Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 30 Jun 2021 11:32:10 +1000 Subject: [PATCH] Add binaries to ci artifacts --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 4af1eda4..a7dffdc9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,6 +76,11 @@ pipeline { ''' } } + post { + success { + archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*' + } + } } stage('Test') { when {