Skip to content
Snippets Groups Projects
Commit 0b0f70bc authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: fix in merge from develop-ci

parent bee19973
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment