Commit 0b0f70bc authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix in merge from develop-ci

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent bee19973
......@@ -81,6 +81,16 @@ case $key in
usage
exit 0
;;
-jn|--job-name)
JOB_NAME="$2"
shift
shift
;;
-id|--build-id)
BUILD_ID="$2"
shift
shift
;;
-ws|--workspace)
JENKINS_WKSP="$2"
shift
......
File mode changed from 100644 to 100755
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment