Skip to content

Commit

Permalink
Set packaging defaults for Jenkins (#8542)
Browse files Browse the repository at this point in the history
Control the defaults for Jenkins in our repo, but allow them to be
overridden by Jenkins parameters.
  • Loading branch information
andrewkroh authored Oct 3, 2018
1 parent 0417f98 commit 7f98aa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev-tools/jenkins_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ cleanup() {
}
trap cleanup EXIT

# This controls the defaults used the Jenkins package job. They can be
# overridden by setting them in the environement prior to running this script.
export BEAT_VERSION_QUALIFIER="${VERSION_QUALIFIER:-alpha1}"
export SNAPSHOT="${SNAPSHOT:-true}"
export PLATFORMS="${PLATFORMS:-+linux/armv7 +linux/ppc64le +linux/s390x +linux/mips64}"

make release

0 comments on commit 7f98aa2

Please sign in to comment.