Skip to content

Commit

Permalink
OS-8153 Jenkinsfile should include a way to build only the strap cach…
Browse files Browse the repository at this point in the history
…e tarball (#283)

Reviewed by: John Levon <john.levon@joyent.com>
  • Loading branch information
Tim Foster authored Apr 2, 2020
1 parent 46ffa23 commit ca44c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/releng/launch-build
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ case $PROJECT in
"platform")
if [[ -n "$PLAT_FLAVOR" ]]; then
BUILD_PARAM="$(printf '{"name": "PLATFORM_BUILD_FLAVOR", "value": "%s"}' "${PLAT_FLAVOR}")"
BUILD_PARAM="${BUILD_PARAM},{\"name\": \"ONLY_BUILD_STRAP_CACHE\", \"value\": \"false\"}"
fi
;;
"headnode")
Expand Down

0 comments on commit ca44c06

Please sign in to comment.