diff options
author | Marius Gripsgard <marius@ubports.com> | 2017-11-01 02:03:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 02:03:57 +0100 |
commit | bcd3785ab39143355b09519ba2d4a20dcb38914a (patch) | |
tree | e1c9ea29a39d480d53d04f3a0a3de53ed42921ea /Jenkinsfile | |
parent | 2a5ca189c139083e55f1537a23909ee8d43d5581 (diff) | |
download | ayatana-indicator-bluetooth-bcd3785ab39143355b09519ba2d4a20dcb38914a.tar.gz ayatana-indicator-bluetooth-bcd3785ab39143355b09519ba2d4a20dcb38914a.tar.bz2 ayatana-indicator-bluetooth-bcd3785ab39143355b09519ba2d4a20dcb38914a.zip |
Update Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 1401405..92a6db7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,7 @@ pipeline { node(label: 'xenial-arm64') { unstash 'source' sh '''export architecture="armhf" -export BUILD_ONLY=true -/usr/bin/build-and-provide-package''' +build-binary.sh''' stash(includes: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,*.buildinfo,lintian.txt', name: 'build') cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) } |