VOL-4925 - Build and release components.
*.groovy
*.yaml
--------
o Cosmetic edits to force a jenkins job, simple submission of one script not triggering deployment.
o Add copyright header in groovy scripts where needed.
o Added trailing comment "// [EOF]" in yaml files.
Change-Id: I978fbd3030c701f8ddc77e5b9140378b9bda909b
diff --git a/jjb/shell/github-release.sh b/jjb/shell/github-release.sh
index d3a5b8c..da2bada 100755
--- a/jjb/shell/github-release.sh
+++ b/jjb/shell/github-release.sh
@@ -41,7 +41,7 @@
declare -g gh_cmd # path to gh command
declare -g ARGV="$*" # archive for display
-declare -g SCRIPT_VERSION='1.0' # git changeset needed
+declare -g SCRIPT_VERSION='1.1' # git changeset needed
declare -g RELEASE_TEMP
@@ -189,6 +189,12 @@
local iam="${FUNCNAME[0]}"
echo "** ${iam}: ENTER"
+ declare -p user
+ declare -p repo
+ declare -p tag
+ declare -p name
+ declare -p descr
+
case "$what" in
gh)
declare -a cmd=()