summaryrefslogtreecommitdiffstats
path: root/.jenkins.groovy
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-03-04 07:49:13 -0700
committerGitHub <noreply@github.com>2020-03-04 07:49:13 -0700
commit76512623e565670feede5da44822fd4ce093ba2b (patch)
tree3672898f0a455bad0ce3f45c74e27bbc8822b482 /.jenkins.groovy
parentd53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa (diff)
downloadbcm5719-ortega-76512623e565670feede5da44822fd4ce093ba2b.tar.gz
bcm5719-ortega-76512623e565670feede5da44822fd4ce093ba2b.zip
build: Geenrate and upload the release pacakge as part of a build. (#55)
Diffstat (limited to '.jenkins.groovy')
-rw-r--r--.jenkins.groovy6
1 files changed, 5 insertions, 1 deletions
diff --git a/.jenkins.groovy b/.jenkins.groovy
index 76e8da0..a020450 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -80,7 +80,11 @@ def build(nodeName)
stage('build')
{
sh './build.sh'
- // archiveArtifacts 'release'
+ dir('build')
+ {
+ archiveArtifacts artifacts: '*.zip', fingerprint: true
+ archiveArtifacts artifacts: '*.tar.gz', fingerprint: true
+ }
}
cleanWs()
OpenPOWER on IntegriCloud