engine: Update command line arguments to engine
[infra/cicd.git] / jjb / engine / scripts / package.sh
index 11700a957da2e89dc8933ea9ae1f052c5f789faa..d63d46b0656c2479cbba564b64028d9129c38b52 100755 (executable)
@@ -23,9 +23,9 @@ set -o errexit
 set -o pipefail
 
 source "$WORKSPACE/change.properties"
-echo "Info  : Packaging stack $STACK_TO_PACKAGE"
+echo "Info  : Packaging stack $STACK_TYPE"
 
 cd "$WORKSPACE/engine"
-./package.sh -s "$STACK_TO_PACKAGE" -d
+./package.sh -s "$STACK_TYPE" -b "$STACK_VERSION" -d "$DISTRO" -v
 
 # vim: set ts=2 sw=2 expandtab: